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 @@ -399,7 +399,7 @@ jobs:
399399 retention-days : 15
400400
401401 release-latest-gpu-operator-image :
402- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main ' }} # Runs only if the event is a push to the main branch
402+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/bundlecommitsha ' }} # Runs only if the event is a push to the main branch
403403 needs : [e2e-tests-containerd, e2e-tests-nvidiadriver]
404404 runs-on : linux-amd64-cpu4
405405 steps :
@@ -422,7 +422,7 @@ jobs:
422422 - name : Retag gpu-operator
423423 run : |
424424 regctl registry login ghcr.io -u $GITHUB_ACTOR -p ${{ secrets.GITHUB_TOKEN }}
425- regctl image copy ${OPERATOR_IMAGE}:${OPERATOR_VERSION} ${OPERATOR_IMAGE}:main-latest
425+ # regctl image copy ${OPERATOR_IMAGE}:${OPERATOR_VERSION} ${OPERATOR_IMAGE}:main-latest
426426
427427 push-gpu-operator-bundle-image :
428428 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/bundlecommitsha' }} # Runs only if the event is a push to the main branch
You can’t perform that action at this time.
0 commit comments