tag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-23 23:19:46 +02:00
parent cabfbc1d0c
commit 5d1489b952

View File

@@ -13,7 +13,7 @@ steps:
dockerfile: Dockerfile
when:
- event: [push,tag]
- event: [tag]
deploy:
image: portainer/kubectl-shell:latest
@@ -26,4 +26,4 @@ steps:
- export KUBECONFIG=/tmp/kubeconfig
- ./deployment/deploy.sh
when:
- event: [push,tag]
- event: [tag]