We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa1e1d commit efb8939Copy full SHA for efb8939
.github/workflows/ci-pipeline.yml
@@ -337,7 +337,7 @@ jobs:
337
fi
338
339
- name: Build (no push)
340
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
341
with:
342
context: .
343
push: false
@@ -381,7 +381,7 @@ jobs:
381
password: ${{ secrets.GITHUB_TOKEN }}
382
383
- name: Build and push (version + latest)
384
385
386
387
push: true
0 commit comments