Skip to content

Commit 1c2be43

Browse files
committed
update: gh actions
1 parent 032b646 commit 1c2be43

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build-udi-cuda-12.x.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
file: containers/${{ steps.prep.outputs.name }}/ubi8/Dockerfile
7979
push: ${{ github.event_name != 'pull_request' }}
8080
build-args: |
81-
IMAGE_NAME=docker.io/nvidia/cuda:${{ steps.prep.outputs.version }}-cudnn9-runtime-ubi8
81+
IMAGE_NAME=docker.io/nvidia/cuda:${{ steps.prep.outputs.version }}-cudnn-runtime-ubi8
8282
TARGETARCH=amd64
83-
tags: ${{ steps.prep.outputs.tags }}-cudnn9-runtime-ubi8
84-
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn9-runtime-ubi8
83+
tags: ${{ steps.prep.outputs.tags }}-cudnn-runtime-ubi8
84+
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn-runtime-ubi8
8585

8686
# https://github.com/docker/build-push-action
8787
- name: Build and push devel
@@ -91,10 +91,10 @@ jobs:
9191
file: containers/${{ steps.prep.outputs.name }}/ubi8/Dockerfile
9292
push: ${{ github.event_name != 'pull_request' }}
9393
build-args: |
94-
IMAGE_NAME=docker.io/nvidia/cuda:${{ steps.prep.outputs.version }}-cudnn9-devel-ubi8
94+
IMAGE_NAME=docker.io/nvidia/cuda:${{ steps.prep.outputs.version }}-cudnn-devel-ubi8
9595
TARGETARCH=amd64
96-
tags: ${{ steps.prep.outputs.tags }}-cudnn9-devel-ubi8
97-
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn9-devel-ubi8
96+
tags: ${{ steps.prep.outputs.tags }}-cudnn-devel-ubi8
97+
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn-devel-ubi8
9898

9999
# https://github.com/docker/build-push-action
100100
- name: Build and push devel python 3.9
@@ -104,10 +104,10 @@ jobs:
104104
file: containers/python/ubi8/3.9/Dockerfile
105105
push: ${{ github.event_name != 'pull_request' }}
106106
build-args: |
107-
IMAGE_NAME=${{ steps.prep.outputs.ghcr_image }}:${{ steps.prep.outputs.version }}-cudnn9-devel-ubi8
107+
IMAGE_NAME=${{ steps.prep.outputs.ghcr_image }}:${{ steps.prep.outputs.version }}-cudnn-devel-ubi8
108108
TARGETARCH=amd64
109-
tags: ${{ steps.prep.outputs.tags }}-cudnn9-devel-ubi8-python39
110-
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn9-devel-ubi8-python39
109+
tags: ${{ steps.prep.outputs.tags }}-cudnn-devel-ubi8-python39
110+
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn-devel-ubi8-python39
111111

112112
# https://github.com/docker/build-push-action
113113
- name: Build and push devel python 3.11
@@ -117,7 +117,7 @@ jobs:
117117
file: containers/python/ubi8/3.11/Dockerfile
118118
push: ${{ github.event_name != 'pull_request' }}
119119
build-args: |
120-
IMAGE_NAME=${{ steps.prep.outputs.ghcr_image }}:${{ steps.prep.outputs.version }}-cudnn9-devel-ubi8
120+
IMAGE_NAME=${{ steps.prep.outputs.ghcr_image }}:${{ steps.prep.outputs.version }}-cudnn-devel-ubi8
121121
TARGETARCH=amd64
122-
tags: ${{ steps.prep.outputs.tags }}-cudnn9-devel-ubi8-python311,${{ steps.prep.outputs.ghcr_image }}:latest
123-
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn9-devel-ubi8-python311
122+
tags: ${{ steps.prep.outputs.tags }}-cudnn-devel-ubi8-python311,${{ steps.prep.outputs.ghcr_image }}:latest
123+
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn-devel-ubi8-python311

0 commit comments

Comments
 (0)