diff --git a/.woodpecker.yml b/.woodpecker.yml index eed3815..029c761 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,8 +2,7 @@ steps: build: image: plugins/kaniko settings: - repo: - from_secret: image_name + repo: gitea.hottis.de/wn/udi registry: from_secret: container_registry tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG} @@ -20,6 +19,10 @@ steps: secrets: - source: kube_config target: KUBE_CONFIG_CONTENT + - source: encryption_key + target: ENCRYPTION_KEY + - source: secrets_checksum + target: MD5_CHECKSUM commands: - export IMAGE_TAG=$CI_COMMIT_TAG - printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig