feat(ci): Add Woodpecker #71
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,11 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
repo: git.mylloon.fr/${CI_REPO,,}
|
repo: git.mylloon.fr/${CI_REPO,,}
|
||||||
|
auto_tag: true
|
||||||
registry: git.mylloon.fr
|
registry: git.mylloon.fr
|
||||||
dry_run: true
|
|
||||||
tags: latest
|
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: cb_token
|
from_secret: cb_token
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: main
|
||||||
|
|
Loading…
Reference in a new issue