wildflock/.woodpecker.yml

14 lines
290 B
YAML
Raw Normal View History

2023-07-29 19:46:24 +00:00
pipeline:
build:
image: plugins/kaniko
settings:
2023-07-29 20:37:11 +00:00
repo: harbor.k-space.ee/${CI_REPO}
2023-07-29 19:46:24 +00:00
tags: latest
2023-07-29 20:37:11 +00:00
registry: harbor.k-space.ee
2023-07-29 19:46:24 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: master