We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839cfc3 commit d207424Copy full SHA for d207424
.github/workflows/build-docker.yml
@@ -85,7 +85,7 @@ jobs:
85
# Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/
86
- name: Build and push by digest
87
id: build
88
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
89
with:
90
context: .
91
platforms: ${{ matrix.platform }}
@@ -237,7 +237,7 @@ jobs:
237
${{ env.TAG_PATTERNS }}
238
239
- name: Build and push
240
241
242
243
platforms: linux/amd64,linux/arm64
0 commit comments