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]
|
branches: [main]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: zot-registry.cicd.svc.cluster.local:5000
|
REGISTRY: 192.168.1.212:1180/library
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Default values
|
# Default values
|
||||||
image:
|
image:
|
||||||
registry: zot-registry.cicd.svc.cluster.local:5000
|
registry: 192.168.1.212:1180/library
|
||||||
name: demo-go-api
|
name: demo-go-api
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|||||||
Reference in New Issue
Block a user