Skip to content

Commit

Permalink
Merge pull request #5 from cornfeedhobo/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
  • Loading branch information
cornfeedhobo authored Oct 17, 2024
2 parents 40b8956 + 2a1ad2a commit 8b7cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 8b7cca9

Please sign in to comment.