fix(ci): dont build two times
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2024-09-09 21:45:41 +02:00
parent 19a61f798d
commit ddae87ac6a

View file

@ -8,6 +8,8 @@ steps:
registry: ${DOCKER_REGISTRY} registry: ${DOCKER_REGISTRY}
tags: latest tags: latest
when: when:
branch:
exclude: ${CI_REPO_DEFAULT_BRANCH}
event: [push, manual, tag] event: [push, manual, tag]
push: push:
image: woodpeckerci/plugin-kaniko image: woodpeckerci/plugin-kaniko