hoard/.woodpecker/build.yml

16 lines
300 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:32:45 +00:00
repo: jmarya/hoard
registry: git.hydrar.de
tags: latest
username: jmarya
password:
from_secret: registry_token