Skip to content

Commit

Permalink
Merge pull request #156 from hmcts/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
endakelly authored Jul 22, 2024
2 parents d9728fa + f6a4789 commit a814451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acr-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Login to Azure Container Repository
uses: docker/login-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/acr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Login to Azure Container Repository
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit a814451

Please sign in to comment.