We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6d76c commit b9f3b0eCopy full SHA for b9f3b0e
.github/workflows/build-docker.yml
@@ -79,7 +79,7 @@ jobs:
79
# Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/
80
- name: Build and push by digest
81
id: build
82
- uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
83
with:
84
context: .
85
platforms: ${{ matrix.platform }}
@@ -231,7 +231,7 @@ jobs:
231
${{ env.TAG_PATTERNS }}
232
233
- name: Build and push
234
235
236
237
platforms: linux/amd64,linux/arm64
0 commit comments