Skip to content

Commit

Permalink
Merge pull request #19 from IQTLabs/renovate/docker-setup-qemu-action…
Browse files Browse the repository at this point in the history
…-3.x

Update docker/setup-qemu-action action to v3
  • Loading branch information
arichadda authored Sep 20, 2023
2 parents b484400 + 2b44ff7 commit bd19d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo "::set-output name=IMAGE_TAG::$(echo $GITHUB_REF | cut -d / -f 3)"
- name: Set up qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

Expand Down

0 comments on commit bd19d6e

Please sign in to comment.