Skip to content

Commit

Permalink
Merge pull request #54 from gcatanese/renovate/docker-setup-qemu-acti…
Browse files Browse the repository at this point in the history
…on-3.x

Update docker/setup-qemu-action action to v3
  • Loading branch information
gcatanese authored Nov 4, 2023
2 parents fcf7908 + 4777771 commit c2d7f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up Docker Buildx
Expand Down

0 comments on commit c2d7f9f

Please sign in to comment.