Skip to content

Commit b9a22d8

Browse files
Shiva Kumarshivakunv
authored andcommitted
Tag git commit sha with bundle image
Signed-off-by: Shiva Kumar (SW-CLOUD) <shivaku@nvidia.com>
1 parent 793b7d5 commit b9a22d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,9 @@ jobs:
400400
retention-days: 15
401401

402402
release-latest-gpu-operator-image:
403-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Runs only if the event is a push to the main branch
404-
needs: [e2e-tests-containerd, e2e-tests-nvidiadriver]
403+
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Runs only if the event is a push to the main branch
404+
# needs: [e2e-tests-containerd, e2e-tests-nvidiadriver]
405+
needs: [build-multi-arch-images]
405406
runs-on: linux-amd64-cpu4
406407
steps:
407408
- uses: actions/checkout@v5
@@ -426,7 +427,7 @@ jobs:
426427
regctl image copy ${OPERATOR_IMAGE}:${OPERATOR_VERSION} ${OPERATOR_IMAGE}:main-latest
427428
428429
push-gpu-operator-bundle-image:
429-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Runs only if the event is a push to the main branch
430+
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Runs only if the event is a push to the main branch
430431
needs: [release-latest-gpu-operator-image]
431432
runs-on: linux-amd64-cpu4
432433
steps:

0 commit comments

Comments
 (0)