Skip to content

Commit 26573fa

Browse files
authored
Update build-udi-cuda-12.x.yaml
1 parent 70dd9a1 commit 26573fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on: # yamllint disable-line rule:truthy
2424

2525
env:
2626
IMAGE_NAME: udi-cuda
27-
IMAGE_VERSION: 12.6.3
27+
IMAGE_VERSION: 12.9.1
2828
GHCR_REGISTRY: ghcr.io
2929
GHCR_USER: ${{ github.repository_owner }}
3030
GHCR_IMAGE: ${GHCR_REGISTRY}/${GHCR_USER}/${IMAGE_NAME}
@@ -120,4 +120,4 @@ jobs:
120120
IMAGE_NAME=${{ steps.prep.outputs.ghcr_image }}:${{ steps.prep.outputs.version }}-cudnn-devel-ubi8
121121
TARGETARCH=amd64
122122
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
123+
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn-devel-ubi8-python311

0 commit comments

Comments
 (0)