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