home/.woodpecker.yml

14 lines
316 B
YAML
Raw Normal View History

2024-04-06 19:42:51 +00:00
steps:
- publish:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
repo: git.hackmi.ch/hackmi.ch/home
registry: git.hackmi.ch
tags: latest
username:
from_secret: reg-user
password:
from_secret: reg-pass
when:
event: push