calckey/.woodpecker/ociImageTag.yml

17 lines
463 B
YAML
Raw Normal View History

pipeline:
publish-docker-latest:
2023-04-20 20:14:20 +00:00
image: docker.io/plugins/kaniko
settings:
2023-04-20 20:14:20 +00:00
repo: git.astolfo.social/natty/calckey
tags: ${CI_COMMIT_TAG}
dockerfile: Dockerfile
2023-04-20 20:24:45 +00:00
username:
# Secret 'docker_username' needs to be set in the CI settings
from_secret: docker_username
password:
# Secret 'docker_password' needs to be set in the CI settings
from_secret: docker_password
2023-04-20 20:16:56 +00:00
when:
event: tag
tag: v*