Skip to content

Commit d207424

Browse files
Update docker/build-push-action action to v6.19.2 (#2880)
1 parent 839cfc3 commit d207424

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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
88+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8989
with:
9090
context: .
9191
platforms: ${{ matrix.platform }}
@@ -237,7 +237,7 @@ jobs:
237237
${{ env.TAG_PATTERNS }}
238238
239239
- name: Build and push
240-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
240+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
241241
with:
242242
context: .
243243
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)