hugoci/.woodpecker.yml
2023-05-16 19:37:10 +02:00

13 lines
No EOL
323 B
YAML

pipeline:
build-and-push:
image: plugins/docker
registry: https://code.cozy.town/
username: ${REGISTRY_USERNAME}
password: ${REGISTRY_TOKEN}
repo: vrifox/hugoci
tags:
- latest
cache_from: code.cozy.town/vrifox/hugoci:latest
secrets:
- registry_username
- registry_token