Skip to content

Commit

Permalink
Merge pull request #50 from parkr/dependabot/github_actions/docker/se…
Browse files Browse the repository at this point in the history
…tup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
parkr committed Sep 12, 2023
2 parents 25dc0d0 + c7f9805 commit 4ce287d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-build-test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
platforms: arm64,arm
- name: set up docker buildx builder with platforms
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: create metadata (tags and labels)
Expand Down

0 comments on commit 4ce287d

Please sign in to comment.