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