Fixed CI
This commit is contained in:
parent
15892a8efa
commit
e8783835ab
|
@ -1,4 +1,4 @@
|
||||||
pipeline:
|
steps:
|
||||||
publish-docker-latest:
|
publish-docker-latest:
|
||||||
image: docker.io/plugins/kaniko
|
image: docker.io/plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
|
@ -14,5 +14,5 @@ pipeline:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: tag
|
- event: tag
|
||||||
tag: v*
|
ref: refs/tags/v*
|
||||||
|
|
Loading…
Reference in New Issue