We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3f73f commit 00da4e5Copy full SHA for 00da4e5
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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
51
52
# Login against a Docker registry except on PR
53
# https://github.com/docker/login-action
0 commit comments