Skip to content

Commit f0b6ae9

Browse files
Update docker/build-push-action digest to f9f3042 (#404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7186540 commit f0b6ae9

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@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
57+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # 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@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
71+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
7272
id: build-and-push
7373
with:
7474
context: .

0 commit comments

Comments
 (0)