registry cache 2
Some checks failed
ci/woodpecker/push/predeploy Pipeline was successful
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/build/4 Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/3 Pipeline failed

This commit is contained in:
2025-11-21 13:53:31 +01:00
parent cce730b2fa
commit feb055b2ea

View File

@@ -10,14 +10,8 @@ steps:
image: plugins/kaniko image: plugins/kaniko
settings: settings:
repo: ${FORGE_NAME}/${CI_REPO}/${APP} repo: ${FORGE_NAME}/${CI_REPO}/${APP}
registry_mirror: http://dockerhub-cache.gitea.svc.cluster.local:5000 registry: http://dockerhub-cache.gitea.svc.cluster.local:5000
registry:
from_secret: container_registry
auto_tag: true auto_tag: true
username:
from_secret: container_registry_username
password:
from_secret: container_registry_password
dockerfile: apps/${APP}/Dockerfile dockerfile: apps/${APP}/Dockerfile
when: when:
event: [push, tag] event: [push, tag]