Skip to content

Commit 37a6c43

Browse files
Update docker/build-push-action action to v6.19.0
1 parent e11842b commit 37a6c43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-tag-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Build and push Docker image
9696
id: push
97-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
97+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
9898
with:
9999
context: src/
100100
platforms: linux/amd64,linux/arm64

.github/workflows/pr-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6767

6868
- name: Test build Docker image
69-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
69+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
7070
with:
7171
context: src/
7272
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)