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: steps:
build: build:
image: plugins/kaniko image: plugins/kaniko
secrets:
- source: system_container_registry
target: CONTAINER_REGISTRY
settings: settings:
repo: gitea.hottis.de/${CI_REPO} repo: ${CONTAINER_REGISTRY}/${CI_REPO}
registry: https://gitea.hottis.de/v2/ registry: https://${CONTAINER_REGISTRY}/v2/
tags: latest tags: latest
username: wn username:
from_secret: system_container_registry_username
password: password:
from_secret: system_container_registry_password from_secret: system_container_registry_password
dockerfile: Dockerfile dockerfile: Dockerfile