We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0acfb commit b8ef156Copy full SHA for b8ef156
1 file changed
.github/workflows/docker-ci.yml
@@ -39,8 +39,8 @@ jobs:
39
# Set up BuildKit Docker container builder to be able to build
40
# multi-platform images and export cache
41
# https://github.com/docker/setup-buildx-action
42
- # - name: Set up Docker Buildx
43
- # uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
+ - name: Set up Docker Buildx
+ uses: docker/setup-buildx-action@v3 # v3.0.0
44
45
# Login against a Docker registry except on PR
46
# https://github.com/docker/login-action
0 commit comments