We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5af8f commit 0290221Copy full SHA for 0290221
.github/workflows/docker-publish.yml
@@ -44,7 +44,7 @@ jobs:
44
# multi-platform images and export cache
45
# https://github.com/docker/setup-buildx-action
46
- name: Set up Docker Buildx
47
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
+ uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
48
49
# Login against a Docker registry except on PR
50
# https://github.com/docker/login-action
0 commit comments