Skip to content

Commit a9dd1cb

Browse files
Update docker/build-push-action action to v7.1.0 (#3299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef0a7dd commit a9dd1cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/
8787
- name: Build and push by digest
8888
id: build
89-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
89+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
9090
with:
9191
context: .
9292
platforms: ${{ matrix.platform }}
@@ -267,7 +267,7 @@ jobs:
267267
268268
- name: Build and push
269269
id: build-and-push
270-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
270+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
271271
with:
272272
context: .
273273
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)