We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0a7dd commit a9dd1cbCopy full SHA for a9dd1cb
1 file changed
.github/workflows/build-docker.yml
@@ -86,7 +86,7 @@ jobs:
86
# Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/
87
- name: Build and push by digest
88
id: build
89
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
90
with:
91
context: .
92
platforms: ${{ matrix.platform }}
@@ -267,7 +267,7 @@ jobs:
267
268
- name: Build and push
269
id: build-and-push
270
271
272
273
platforms: linux/amd64,linux/arm64
0 commit comments