18 wiersze
415 B
YAML
18 wiersze
415 B
YAML
pipeline:
|
|
build-push:
|
|
image: plugins/docker
|
|
settings:
|
|
dockerfile: artel/Dockerfile
|
|
context: artel
|
|
registry: forge.citizen4.eu
|
|
repo: forge.citizen4.eu/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
|
tags:
|
|
- ${CI_COMMIT_SHA:0:10}
|
|
- latest
|
|
username:
|
|
from_secret: docker_username
|
|
password:
|
|
from_secret: docker_password
|
|
when:
|
|
event: tag
|
|
|