This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues/pull-requests.
|
pipeline:
|
|
publish:
|
|
image: plugins/docker
|
|
secrets: [ docker_username, docker_password ]
|
|
settings:
|
|
repo: chewingbever/pieter
|
|
tag: ${CI_COMMIT_TAG}
|
|
when:
|
|
event: tag
|