We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f703e commit 0d9f480Copy full SHA for 0d9f480
.github/workflows/continuous-delivery.yml
@@ -492,7 +492,7 @@ jobs:
492
# NOTE: we only fire this in TEST DEPTH = 4, as that is the level of the
493
# upgrade test
494
name: Build and push image for upgrade test
495
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
496
id: build-prime
497
if: |
498
always() && !cancelled() &&
0 commit comments