We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a9796 commit c657ce0Copy full SHA for c657ce0
.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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
35
with:
36
platforms: linux/amd64,linux/arm64
37
push: ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments