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