Skip to content

Commit

Permalink
Merge pull request #11 from golift/renovate/docker-setup-qemu-action-3.x
Browse files Browse the repository at this point in the history
Update docker/setup-qemu-action action to v3
  • Loading branch information
davidnewhall authored Sep 20, 2023
2 parents b2a1138 + 2200633 commit ff11aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: 'arm64,arm'

Expand Down

0 comments on commit ff11aad

Please sign in to comment.