Skip to content

Commit

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

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
ptr727 authored Oct 9, 2023
2 parents eb35ad3 + 31da068 commit cf029ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
# Setup docker build
# https://github.com/marketplace/actions/docker-setup-buildx
- name: Setup Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7

Expand Down

0 comments on commit cf029ae

Please sign in to comment.