This commit is contained in:
parent
2ed9cd25a3
commit
fcd3d6ffca
1 changed files with 15 additions and 0 deletions
15
.woodpecker/build.yml
Normal file
15
.woodpecker/build.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
platforms: linux/amd64
|
||||||
|
repo: git.hydrar.de/jmarya/pacco
|
||||||
|
registry: git.hydrar.de
|
||||||
|
tags: latest
|
||||||
|
username: jmarya
|
||||||
|
password:
|
||||||
|
from_secret: registry_token
|
Loading…
Add table
Reference in a new issue