hugoci/.woodpecker.yml

13 lines
314 B
YAML
Raw Normal View History

2023-05-16 19:37:10 +02:00
pipeline:
build-and-push:
image: plugins/docker
2023-05-16 19:45:36 +02:00
registry: code.cozy.town
2023-05-16 19:37:10 +02:00
username: ${REGISTRY_USERNAME}
password: ${REGISTRY_TOKEN}
repo: vrifox/hugoci
tags:
- latest
cache_from: code.cozy.town/vrifox/hugoci:latest
secrets:
- registry_username
- registry_token