File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ on: # yamllint disable-line rule:truthy
2424
2525env :
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
You can’t perform that action at this time.
0 commit comments