fix: use k8s service DNS for registry
Some checks failed
Build & Deploy / build (push) Failing after 2s

This commit is contained in:
joe
2026-07-19 02:25:08 +08:00
parent bcb973eb54
commit 29eca07187

View File

@@ -5,7 +5,7 @@ on:
branches: [main]
env:
REGISTRY: 127.0.0.1:5000
REGISTRY: zot-registry.cicd.svc.cluster.local:5000
jobs:
build: