wildflock/.woodpecker.yml
Lauri Võsandi a309e82a97
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Change Docker registry
2023-07-29 23:37:11 +03:00

14 lines
290 B
YAML

pipeline:
build:
image: plugins/kaniko
settings:
repo: harbor.k-space.ee/${CI_REPO}
tags: latest
registry: harbor.k-space.ee
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: master