Skip to content

Commit d0bc2d3

Browse files
authored
Update build-udi-cuda-11.x.yaml
1 parent 27d651e commit d0bc2d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on: # yamllint disable-line rule:truthy
2121
paths:
2222
- "containers/udi-cuda/ubi8/**"
2323
- "containers/python/ubi8/**"
24+
workflow_dispatch:
2425

2526
env:
2627
IMAGE_NAME: udi-cuda
@@ -120,4 +121,4 @@ jobs:
120121
IMAGE_NAME=${{ steps.prep.outputs.ghcr_image }}:${{ steps.prep.outputs.version }}-cudnn8-devel-ubi8
121122
TARGETARCH=amd64
122123
tags: ${{ steps.prep.outputs.tags }}-cudnn8-devel-ubi8-python311
123-
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn8-devel-ubi8-python311
124+
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}-cudnn8-devel-ubi8-python311

0 commit comments

Comments
 (0)