fix(ci): use external harbor.wace.me instead of localhost:5001
Build and Push Images / build-and-push (push) Has been cancelled

Runner does not expose a local pull-through proxy on :5001, so
docker login was failing with connection refused. Use the public
harbor domain directly — verified working on Edge server.
This commit is contained in:
hoffthatmuz
2026-05-15 11:06:40 +09:00
parent 72107474ea
commit b8385af769
+1 -1
View File
@@ -30,7 +30,7 @@ on:
env: env:
GITEA_DOMAIN: g.wace.me GITEA_DOMAIN: g.wace.me
HARBOR_REGISTRY: localhost:5001 HARBOR_REGISTRY: harbor.wace.me
HARBOR_REGISTRY_EXTERNAL: harbor.wace.me HARBOR_REGISTRY_EXTERNAL: harbor.wace.me
HARBOR_PROJECT: speefox_vexplor HARBOR_PROJECT: speefox_vexplor