diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index addfd9610427..6ec93e78d1db 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -56,7 +56,7 @@ jobs: docker-images: false swap-storage: true - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 with: image: tonistiigi/binfmt:latest - name: Login to GHCR @@ -119,7 +119,7 @@ jobs: docker-images: false swap-storage: true - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 with: image: tonistiigi/binfmt:latest - name: Login to GHCR