hugoci/.woodpecker.yml
2024-02-16 21:47:36 +01:00

13 lines
No EOL
332 B
YAML

pipeline:
build-and-push:
image: plugins/docker
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