hugoci/.woodpecker.yml
vrifox eeef8c85cf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix registry
2023-05-16 19:45:36 +02:00

13 lines
No EOL
314 B
YAML

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