hoard/.woodpecker/build.yml

18 lines
349 B
YAML
Raw Normal View History

2024-12-05 22:32:45 +01:00
when:
2024-12-12 19:01:02 +01:00
- event: cron
cron: "rebuild"
2024-12-05 22:32:45 +01:00
- 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