init
This commit is contained in:
commit
a5606b01b4
1 changed files with 20 additions and 0 deletions
20
.woodpecker/build.yml
Normal file
20
.woodpecker/build.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
repo: git.hydrar.de/hydra/postgres
|
||||
registry: git.hydrar.de
|
||||
tag: latest
|
||||
username: jmarya
|
||||
password:
|
||||
from_secret: registry_token
|
||||
when:
|
||||
- event: cron
|
||||
cron: "rebuild"
|
||||
- event: push
|
||||
branch: main
|
Loading…
Reference in a new issue