We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11842b commit dbf4dd6Copy full SHA for dbf4dd6
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@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
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