2023-02-09 22:59:05 +00:00
|
|
|
pipeline:
|
|
|
|
publish-docker-latest:
|
|
|
|
image: plugins/kaniko
|
|
|
|
settings:
|
2023-07-02 22:18:30 +00:00
|
|
|
repo: thatonecalculator/firefish
|
2023-02-09 22:59:05 +00:00
|
|
|
tags: rc
|
|
|
|
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
|
|
|
|
branches: beta
|