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

This commit is contained in:
2025-12-05 13:31:41 +01:00
parent 3290982be1
commit 2f87ec6d37
2 changed files with 12 additions and 1 deletions

View File

@@ -18,6 +18,11 @@ steps:
repo: ${FORGE_NAME}/${CI_REPO}
auto_tag: true
dockerfile: Dockerfile
when:
ref:
exclude:
- refs/tags/*-configchange
namespace:
image: quay.io/wollud1969/k8s-admin-helper:0.3.4
@@ -55,3 +60,7 @@ steps:
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- cat deployment/install-yml.tmpl | sed "s,%IMAGE%,$IMAGE,g" | kubectl apply -n $NAMESPACE -f -
when:
ref:
exclude:
- refs/tags/*-configchange