use kaniko, fix 10
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-11-17 14:46:37 +01:00
parent 5f5236b72e
commit 356887629b

View File

@ -19,11 +19,15 @@
steps:
build:
image: plugins/kaniko
secrets:
- source: system_container_registry
target: CONTAINER_REGISTRY
settings:
repo: gitea.hottis.de/${CI_REPO}
registry: https://gitea.hottis.de/v2/
repo: ${CONTAINER_REGISTRY}/${CI_REPO}
registry: https://${CONTAINER_REGISTRY}/v2/
tags: latest
username: wn
username:
from_secret: system_container_registry_username
password:
from_secret: system_container_registry_password
dockerfile: Dockerfile