test ci 6
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2025-12-05 13:21:31 +01:00
parent 190021bb84
commit a067be9d9e

View File

@@ -1,3 +1,7 @@
when:
event:
- tag
steps: steps:
build: build:
image: plugins/kaniko image: plugins/kaniko
@@ -12,7 +16,7 @@ steps:
auto_tag: true auto_tag: true
dockerfile: Dockerfile dockerfile: Dockerfile
create_namespace: namespace:
image: quay.io/wollud1969/k8s-admin-helper:0.3.4 image: quay.io/wollud1969/k8s-admin-helper:0.3.4
environment: environment:
KUBE_CONFIG_CONTENT: KUBE_CONFIG_CONTENT:
@@ -23,7 +27,7 @@ steps:
- export KUBECONFIG=/tmp/kubeconfig - export KUBECONFIG=/tmp/kubeconfig
- kubectl create namespace $NAMESPACE || echo "Namespace $NAMESPACE already exists" - kubectl create namespace $NAMESPACE || echo "Namespace $NAMESPACE already exists"
apply_configuration: configuration:
image: quay.io/wollud1969/k8s-admin-helper:0.3.4 image: quay.io/wollud1969/k8s-admin-helper:0.3.4
environment: environment:
KUBE_CONFIG_CONTENT: KUBE_CONFIG_CONTENT: