From 8867aa39a4d92aecb87247f20b73d891b7a0bee6 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 19 Feb 2026 12:47:32 +0100 Subject: [PATCH] fix ci script --- .woodpecker.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fb97082..219f24b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,3 +1,6 @@ +when: + event: [tag] + steps: build: image: plugins/kaniko @@ -11,8 +14,6 @@ steps: password: from_secret: container_registry_password dockerfile: Dockerfile - when: - - event: tag deploy: image: quay.io/wollud1969/k8s-admin-helper:0.3.4 @@ -23,7 +24,5 @@ steps: - export IMAGE_TAG=$CI_COMMIT_SHA - printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig - export KUBECONFIG=/tmp/kubeconfig - - ./deployment/deploy.sh - when: - - event: tag + - ./deploy.sh