We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0972d59 commit 637aa81Copy full SHA for 637aa81
1 file changed
.github/workflows/build-and-push.yaml
@@ -46,7 +46,7 @@ jobs:
46
# multi-platform images and export cache
47
# https://github.com/docker/setup-buildx-action
48
- name: Set up Docker Buildx
49
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
+ uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
50
51
# Login against a Docker registry except on PR
52
# https://github.com/docker/login-action
0 commit comments