Browse Source

chore(deps): update docker/setup-qemu-action action to v3 (#3323)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/3318/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
2810580a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/automated-end-to-end-api.yaml
  2. 2
      .github/workflows/container.yaml

2
.github/workflows/automated-end-to-end-api.yaml

@ -27,7 +27,7 @@ jobs: @@ -27,7 +27,7 @@ jobs:
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: all

2
.github/workflows/container.yaml

@ -32,7 +32,7 @@ jobs: @@ -32,7 +32,7 @@ jobs:
run: echo "${{ secrets.GH_CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: all

Loading…
Cancel
Save