2022-12-16 00:52:17 +00:00
|
|
|
pipeline:
|
|
|
|
publish-docker-latest:
|
|
|
|
image: plugins/kaniko
|
|
|
|
settings:
|
|
|
|
repo: thatonecalculator/calckey
|
|
|
|
tags: latest
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
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-01-07 23:32:13 +00:00
|
|
|
|
|
|
|
branch: main
|