Skip to content

Commit f104bbf

Browse files
Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#123)
1 parent ac05b7b commit f104bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
registry: ghcr.io
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
34-
- uses: docker/setup-buildx-action@v3.11.1
34+
- uses: docker/setup-buildx-action@v3.12.0
3535
# > By default, this action uses the Git context so you don't need to use
3636
# > the actions/checkout action to checkout the repository because this
3737
# > will be done directly by buildkit. [...]

0 commit comments

Comments
 (0)