caddy/.woodpecker.yml

14 lines
250 B
YAML
Raw Normal View History

2023-04-14 12:50:35 +00:00
pipeline:
image-build:
image: plugins/docker
settings:
registry: techio.dev
repo: techio.dev/${CI_REPO}
tags:
- alpine
username: deploy
password:
from_secret: deploy_password
when:
event: tag