ci: split to parallel workflows
This commit is contained in:
parent
0b530951b0
commit
0b6d5cfc58
28
.woodpecker/.invoiceninja.yml
Normal file
28
.woodpecker/.invoiceninja.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
branches: main
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
invoiceninja:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
privileged: true
|
||||||
|
secrets: [repository_username, repository_password]
|
||||||
|
settings:
|
||||||
|
dockerfile: invoiceninja/Containerfile
|
||||||
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
|
registry: git.shrug.pw
|
||||||
|
repo: git.shrug.pw/neil/containers/invoiceninja
|
||||||
|
tag: latest
|
||||||
|
pull_image: true
|
||||||
|
auto_tag: true
|
||||||
|
auto_labels: true
|
||||||
|
mtu: 1480
|
||||||
|
username:
|
||||||
|
from_secret: registry_username
|
||||||
|
password:
|
||||||
|
from_secret: registry_password
|
||||||
|
logins:
|
||||||
|
- registry: git.shrug.pw
|
||||||
|
username:
|
||||||
|
from_secret: registry_username
|
||||||
|
password:
|
||||||
|
from_secret: registry_password
|
@ -26,31 +26,3 @@ pipeline:
|
|||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
|
|
||||||
pipeline:
|
|
||||||
invoiceninja:
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
privileged: true
|
|
||||||
secrets: [repository_username, repository_password]
|
|
||||||
settings:
|
|
||||||
dockerfile: invoiceninja/Containerfile
|
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
|
||||||
registry: git.shrug.pw
|
|
||||||
repo: git.shrug.pw/neil/containers/invoiceninja
|
|
||||||
tag: latest
|
|
||||||
pull_image: true
|
|
||||||
auto_tag: true
|
|
||||||
auto_labels: true
|
|
||||||
mtu: 1480
|
|
||||||
username:
|
|
||||||
from_secret: registry_username
|
|
||||||
password:
|
|
||||||
from_secret: registry_password
|
|
||||||
logins:
|
|
||||||
- registry: git.shrug.pw
|
|
||||||
username:
|
|
||||||
from_secret: registry_username
|
|
||||||
password:
|
|
||||||
from_secret: registry_password
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user