fix(ci): dont build two times
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
19a61f798d
commit
ddae87ac6a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue