Skip to content

Commit

Permalink
Merge pull request #13 from paulsengroup/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
robomics authored Jan 29, 2024
2 parents 3a756ae + 6abe077 commit 76d481a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
# with:
# platforms: linux/amd64,linux/arm64

Expand Down

0 comments on commit 76d481a

Please sign in to comment.