fix(ci): avoid docker's pull rate limit
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 14s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 35s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 21s

This commit is contained in:
2026-04-21 15:47:20 +02:00
parent cb1e193e2e
commit 0b31b9d21b

View File

@@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v6.0.2
- uses: docker/setup-qemu-action@v4.0.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: actions/setup-go@v6.4.0
with:
go-version: stable