Skip to content

Commit 6400104

Browse files
Shiva Kumarshivakunv
authored andcommitted
Tag git commit sha with bundle image
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent 3b0fabf commit 6400104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,8 @@ jobs:
446446
- name: Build bundle-image
447447
env:
448448
BUNDLE_IMAGE_NAME: "ghcr.io/nvidia/gpu-operator/gpu-operator-bundle"
449-
BUNDLE_VERSION: "${{ github.ref_name }}-latest"
449+
# BUNDLE_VERSION: "${{ github.ref_name }}-latest"
450+
BUNDLE_VERSION: "bundlecommitsha-latest"
450451
BUNDLE_GIT_TAG: "${{ env.COMMIT_SHORT_SHA }}"
451452
OPERATOR_IMAGE_NAME: "ghcr.io/nvidia/gpu-operator"
452453
OPERATOR_VERSION: "${{ env.COMMIT_SHORT_SHA }}"

0 commit comments

Comments
 (0)