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

This commit is contained in:
2025-11-21 13:57:43 +01:00
parent b38ed75261
commit bcbb58ea36

View File

@@ -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: