We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c184467 commit 753a933Copy full SHA for 753a933
.github/workflows/docker.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: build+push
43
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
44
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
45
with:
46
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
47
push: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
0 commit comments