hoard/.woodpecker/build.yml

21 lines
408 B
YAML
Raw Normal View History

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