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