Skip to content

Commit

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

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
ptr727 authored Oct 9, 2023
2 parents dab552e + fed4b7c commit 4333a70
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 @@ -123,7 +123,7 @@ jobs:
# Setup QEMU for multi architecture builds
# https://github.com/marketplace/actions/docker-setup-qemu
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7

Expand Down

0 comments on commit 4333a70

Please sign in to comment.