diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index 49adf14882..c6ab3c8389 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -44,7 +44,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Set up QEMU - uses: docker/setup-qemu-action@v3.4.0 + uses: docker/setup-qemu-action@v3.6.0 with: image: tonistiigi/binfmt:latest - name: Login to GHCR @@ -95,7 +95,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Set up QEMU - uses: docker/setup-qemu-action@v3.4.0 + uses: docker/setup-qemu-action@v3.6.0 with: image: tonistiigi/binfmt:latest - name: Login to GHCR