registry cache 4
This commit is contained in:
@@ -10,9 +10,12 @@ steps:
|
|||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
|
repo: ${FORGE_NAME}/${CI_REPO}/${APP}
|
||||||
registry: http://dockerhub-cache.gitea.svc.cluster.local:5000
|
registry:
|
||||||
username: ""
|
from_secret: container_registry
|
||||||
password: ""
|
username:
|
||||||
|
from_secret: container_registry_username
|
||||||
|
password:
|
||||||
|
from_secret: container_registry_password
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
dockerfile: apps/${APP}/Dockerfile
|
dockerfile: apps/${APP}/Dockerfile
|
||||||
when:
|
when:
|
||||||
|
|||||||
Reference in New Issue
Block a user