Skip to content

Commit 17c7595

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent a9af982 commit 17c7595

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Build
5656
- name: Build image
57-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
57+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
5858
with:
5959
context: .
6060
file: dockerfiles/${{ matrix.key }}.Dockerfile
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Push image
7070
- name: Push image
71-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
71+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
7272
id: build-and-push
7373
with:
7474
context: .

0 commit comments

Comments
 (0)