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
Some checks failed
Build & Deploy Go API / build (push) Failing after 1m4s
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user