mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
91b8b7b76b
Co-authored-by: Luna <luna.dragon@suse.com> Reviewed-on: https://iceshrimp.dev/iceshrimp/iceshrimp/pulls/125 Co-authored-by: Luna D Dragon <lunarequest@nullrequest.com> Co-committed-by: Luna D Dragon <lunarequest@nullrequest.com>
18 lines
554 B
YAML
18 lines
554 B
YAML
pipeline:
|
|
publish-docker-tag:
|
|
image: plugins/kaniko
|
|
settings:
|
|
repo: iceshrimp/iceshrimp
|
|
# Uses the tag from git for the container tag
|
|
tags: ${CI_COMMIT_TAG}
|
|
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
|
|
when:
|
|
# Push new version when version tag is created
|
|
event: tag
|
|
tag: v*
|