2022-12-16 00:52:17 +00:00
|
|
|
pipeline:
|
|
|
|
publish-docker-latest:
|
2023-04-20 20:14:20 +00:00
|
|
|
image: docker.io/plugins/kaniko
|
2022-12-16 00:52:17 +00:00
|
|
|
settings:
|
2023-04-20 20:14:20 +00:00
|
|
|
repo: git.astolfo.social/natty/calckey
|
|
|
|
tags: ${CI_COMMIT_TAG}
|
2022-12-16 00:52:17 +00:00
|
|
|
dockerfile: Dockerfile
|
2023-01-07 23:32:13 +00:00
|
|
|
|
2023-04-20 20:16:56 +00:00
|
|
|
when:
|
|
|
|
event: tag
|
|
|
|
tag: v*
|