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 ba5288d commit f127e31Copy full SHA for f127e31
1 file changed
.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@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
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