ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Wolfgang Hottgenroth 2025-01-13 11:09:47 +01:00
parent d7649bc553
commit a7ec1adc6a

View File

@ -13,7 +13,7 @@ steps:
build-args: "BASE_URL=https://minimal-setups.hottis.de" build-args: "BASE_URL=https://minimal-setups.hottis.de"
dockerfile: Dockerfile dockerfile: Dockerfile
when: when:
- event: push - event: [push,tag]
deploy: deploy:
image: portainer/kubectl-shell:latest image: portainer/kubectl-shell:latest
@ -26,5 +26,5 @@ steps:
- export KUBECONFIG=/tmp/kubeconfig - export KUBECONFIG=/tmp/kubeconfig
- ./deployment/deploy.sh - ./deployment/deploy.sh
when: when:
- event: push - event: [tag]