Skip to content

Commit e3470c2

Browse files
Update docker/build-push-action action to v6.18.0 (#805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5427e32 commit e3470c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/
8686
- name: Build and push by digest
8787
id: build
88-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
88+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
8989
with:
9090
context: .
9191
platforms: ${{ matrix.platform }}
@@ -238,7 +238,7 @@ jobs:
238238
${{ env.TAG_PATTERNS }}
239239
240240
- name: Build and push
241-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
241+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
242242
with:
243243
context: .
244244
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)