diff --git a/.github/workflows/PUSH-MASTER.yml b/.github/workflows/PUSH-MASTER.yml index b5179def..bab0a3da 100644 --- a/.github/workflows/PUSH-MASTER.yml +++ b/.github/workflows/PUSH-MASTER.yml @@ -55,7 +55,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.0.0 + uses: docker/setup-qemu-action@v3.1.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64 diff --git a/.github/workflows/PUSH-OTHER.yml b/.github/workflows/PUSH-OTHER.yml index 1ea79283..f7ea6444 100644 --- a/.github/workflows/PUSH-OTHER.yml +++ b/.github/workflows/PUSH-OTHER.yml @@ -57,7 +57,7 @@ jobs: # install: true # # - name: QEMU -# uses: docker/setup-qemu-action@v3.0.0 +# uses: docker/setup-qemu-action@v3.1.0 # with: # image: tonistiigi/binfmt:latest # platforms: amd64,arm64 @@ -84,7 +84,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.0.0 + uses: docker/setup-qemu-action@v3.1.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64 @@ -119,7 +119,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.0.0 + uses: docker/setup-qemu-action@v3.1.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64