Skip to content

Commit ccaeaff

Browse files
committed
Use GCR Mirror for docker/set-qemu-action
We run this github action.. **a lot**, and although it's not strickly necessary, how it's being used tends to hit docker hubs rate limits. To mitigate this, we can use the GCR mirror and claw back some of our rate limit!
1 parent 96ee28c commit ccaeaff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build-test-publish/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ runs:
7979
name: 🛠 Set up QEMU
8080
uses: docker/setup-qemu-action@v3
8181
with:
82+
image: mirror.gcr.io/tonistiigi/binfmt:latest
8283
platforms: ${{ inputs.platforms }}
8384

8485
-

0 commit comments

Comments
 (0)