fix: switch registry from zot to Harbor (192.168.1.212:1180/library)
Some checks failed
Build & Deploy Go API / build (push) Failing after 1m4s

This commit is contained in:
Joe
2026-07-19 13:53:49 +08:00
parent 3bd288f2e7
commit a8e92c1952
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
# Default values
image:
registry: zot-registry.cicd.svc.cluster.local:5000
registry: 192.168.1.212:1180/library
name: demo-go-api
tag: latest
pullPolicy: Always