Add woodpecker job
This commit is contained in:
parent
3b2de6f973
commit
fc541977d8
1 changed files with 14 additions and 0 deletions
14
.woodpecker/publish.yml
Normal file
14
.woodpecker/publish.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx:2
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
repo: git.mylloon.fr/${CI_REPO,,}
|
||||
auto_tag: true
|
||||
registry: git.mylloon.fr
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: cb_token
|
||||
when:
|
||||
event: push
|
||||
branch: main
|
Loading…
Reference in a new issue