transmission/.woodpecker.yml

14 lines
289 B
YAML
Raw Permalink Normal View History

2023-05-27 05:08:46 +00:00
pipeline:
docker:
image: plugins/kaniko
settings:
repo: harbor.k-space.ee/${CI_REPO}
registry: harbor.k-space.ee
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: main