Skip to content

Commit efb8939

Browse files
chore(deps): update docker/build-push-action action to v7 (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5aa1e1d commit efb8939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
fi
338338
339339
- name: Build (no push)
340-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
340+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
341341
with:
342342
context: .
343343
push: false
@@ -381,7 +381,7 @@ jobs:
381381
password: ${{ secrets.GITHUB_TOKEN }}
382382

383383
- name: Build and push (version + latest)
384-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
384+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
385385
with:
386386
context: .
387387
push: true

0 commit comments

Comments
 (0)