hugoci/.woodpecker.yml

13 lines
332 B
YAML
Raw Normal View History

2023-05-16 19:37:10 +02:00
pipeline:
build-and-push:
image: plugins/docker
2023-05-16 20:23:43 +02:00
settings:
registry: code.cozy.town
username:
from_secret: registry_username
password:
from_secret: registry_token
repo: code.cozy.town/vrifox/hugoci
tags:
- latest
cache_from: code.cozy.town/vrifox/hugoci:latest