Skip to content

Commit

Permalink
Merge pull request #47 from qoomon/dependabot/github_actions/docker/s…
Browse files Browse the repository at this point in the history
…etup-qemu-action-2

Bump docker/setup-qemu-action from 1 to 2
  • Loading branch information
qoomon committed May 6, 2022
2 parents 720f1d0 + 58b7209 commit d3fce57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: docker run --rm -v "$PWD/Dockerfile:/Dockerfile:ro" redcoolbeans/dockerlint

- name: Set up Docker QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit d3fce57

Please sign in to comment.