use kaniko, fix 9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-11-17 14:44:13 +01:00
parent 9e98df75cb
commit 5f5236b72e

View File

@ -18,7 +18,13 @@
steps: steps:
build: build:
image: gcr.io/kaniko-project/executor:latest image: plugins/kaniko
settings: settings:
destination: gitea.hottis.de/mainscnt/sinkserver:latest repo: gitea.hottis.de/${CI_REPO}
dockerfile: /workspace/Dockerfile registry: https://gitea.hottis.de/v2/
tags: latest
username: wn
password:
from_secret: system_container_registry_password
dockerfile: Dockerfile