syntax
This commit is contained in:
parent
dc8f973828
commit
e136e942f7
|
@ -1,3 +1,5 @@
|
||||||
|
when:
|
||||||
|
branch: lab-4.x
|
||||||
steps:
|
steps:
|
||||||
build_and_release:
|
build_and_release:
|
||||||
image: woodpeckerci/plugin-kaniko:1.1.1
|
image: woodpeckerci/plugin-kaniko:1.1.1
|
||||||
|
@ -11,6 +13,3 @@ steps:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: lab-4.x
|
|
Loading…
Reference in New Issue