This commit is contained in:
Natty 2024-01-03 21:00:52 +01:00
parent 15892a8efa
commit e8783835ab
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 3 additions and 3 deletions

View File

@ -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*