hoard/.woodpecker/build.yml

21 lines
408 B
YAML
Raw Normal View History

2024-12-05 21:32:45 +00:00
when:
- event: push
branch: main
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
2024-12-05 21:52:18 +00:00
platforms: linux/amd64
2024-12-05 21:59:35 +00:00
repo: git.hydrar.de/jmarya/hoard
2024-12-05 21:32:45 +00:00
registry: git.hydrar.de
2024-12-05 21:57:38 +00:00
tag: latest
2024-12-05 21:32:45 +00:00
username: jmarya
password:
from_secret: registry_token
2024-12-06 10:23:56 +00:00
when:
2024-12-06 19:01:03 +00:00
- event: cron
cron: "rebuild"
- event: push
branch: main