ci-test-sysbox/.woodpecker.yml

17 wiersze
411 B
YAML

steps:
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_TAG}
- ${CI_COMMIT_SHA:0:10}
- latest
username:
from_secret: docker_username
password:
from_secret: docker_password