From 9d8f4924ac9c9feaf30b2beb4f15fb7a61607c42 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 17 Nov 2023 14:47:48 +0100 Subject: [PATCH] use kaniko, fix 11 --- .woodpecker.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e96ae6b..e593cba 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,12 +19,9 @@ steps: build: image: plugins/kaniko - secrets: - - source: system_container_registry - target: CONTAINER_REGISTRY settings: - repo: ${CONTAINER_REGISTRY}/${CI_REPO} - registry: https://${CONTAINER_REGISTRY}/v2/ + repo: gitea.hottis.de/${CI_REPO} + registry: https://gitea.hottis.de/v2/ tags: latest username: from_secret: system_container_registry_username