We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a9796 commit 1b0eaa7Copy full SHA for 1b0eaa7
.github/workflows/docker.yaml
@@ -31,7 +31,7 @@ jobs:
31
type=ref,event=branch
32
type=semver,pattern={{version}}
33
- name: Docker build (push only for tag)
34
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
35
with:
36
platforms: linux/amd64,linux/arm64
37
push: ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments