Skip to content

Commit

Permalink
Merge pull request #25 from austenstone/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
austenstone authored Nov 7, 2024
2 parents 2afb0d2 + e12e36d commit 2b181d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v2
with:
registry: ghcr.io

0 comments on commit 2b181d6

Please sign in to comment.