We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0fabf commit 6400104Copy full SHA for 6400104
.github/workflows/ci.yaml
@@ -446,7 +446,8 @@ jobs:
446
- name: Build bundle-image
447
env:
448
BUNDLE_IMAGE_NAME: "ghcr.io/nvidia/gpu-operator/gpu-operator-bundle"
449
- BUNDLE_VERSION: "${{ github.ref_name }}-latest"
+ # BUNDLE_VERSION: "${{ github.ref_name }}-latest"
450
+ BUNDLE_VERSION: "bundlecommitsha-latest"
451
BUNDLE_GIT_TAG: "${{ env.COMMIT_SHORT_SHA }}"
452
OPERATOR_IMAGE_NAME: "ghcr.io/nvidia/gpu-operator"
453
OPERATOR_VERSION: "${{ env.COMMIT_SHORT_SHA }}"
0 commit comments