We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11842b commit 37a6c43Copy full SHA for 37a6c43
2 files changed
.github/workflows/build-tag-release.yaml
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Build and push Docker image
96
id: push
97
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
98
with:
99
context: src/
100
platforms: linux/amd64,linux/arm64
.github/workflows/pr-verify.yaml
@@ -66,7 +66,7 @@ jobs:
66
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
67
68
- name: Test build Docker image
69
70
71
72
0 commit comments