diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 862e4f8..c2d0cb8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -40,6 +40,13 @@ jobs: http = true insecure = true + [registry."docker.io"] + mirrors = ["registry-cache.registry-cache.svc.cluster.local:5000"] + + [registry."registry-cache.registry-cache.svc.cluster.local:5000"] + http = true + insecure = true + - name: Build and push bot image uses: docker/build-push-action@v3 with: