1 Commits

Author SHA1 Message Date
1da911fc13 change secret names
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2023-11-20 19:27:13 +01:00

View File

@ -3,12 +3,13 @@ steps:
image: plugins/kaniko
settings:
repo: gitea.hottis.de/${CI_REPO}
registry: https://gitea.hottis.de/v2/
registry:
from_secret: container_registry
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
username:
from_secret: system_container_registry_username
from_secret: container_registry_username
password:
from_secret: system_container_registry_password
from_secret: container_registry_password
dockerfile: Dockerfile
when:
- event: [push, tag]