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 5427e32 commit e3470c2Copy full SHA for e3470c2
.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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
89
with:
90
context: .
91
platforms: ${{ matrix.platform }}
@@ -238,7 +238,7 @@ jobs:
238
${{ env.TAG_PATTERNS }}
239
240
- name: Build and push
241
242
243
244
platforms: linux/amd64,linux/arm64
0 commit comments