add woodpecker pipeline

This commit is contained in:
Mylloon 2023-09-03 12:15:32 +02:00
parent 2d27d012ef
commit d70dc6f8fb
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

14
.forgejo/publish.yml Normal file
View 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