We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac05b7b commit f104bbfCopy full SHA for f104bbf
.github/workflows/container-image.yml
@@ -31,7 +31,7 @@ jobs:
31
registry: ghcr.io
32
username: ${{ github.actor }}
33
password: ${{ secrets.GITHUB_TOKEN }}
34
- - uses: docker/setup-buildx-action@v3.11.1
+ - uses: docker/setup-buildx-action@v3.12.0
35
# > By default, this action uses the Git context so you don't need to use
36
# > the actions/checkout action to checkout the repository because this
37
# > will be done directly by buildkit. [...]
0 commit comments