Skip to content

Commit

Permalink
Merge pull request #11 from devedse/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…setup-buildx-action-2

Bump docker/setup-buildx-action from 1 to 2
  • Loading branch information
devedse authored Jul 3, 2023
2 parents 5500379 + ac5ec27 commit ba7fc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo ${{ steps.qemu.outputs.platforms }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Builder instance name
run: echo ${{ steps.buildx.outputs.name }}
- name: Available platforms
Expand Down

0 comments on commit ba7fc8e

Please sign in to comment.