containers/.woodpecker/.invoiceninja.yml
neil 73a76e521b
Some checks failed
ci/woodpecker/push/invoiceninja Pipeline was successful
ci/woodpecker/push/woodpecker-ci Pipeline failed
Update '.woodpecker/.invoiceninja.yml'
2023-04-04 04:21:09 +00:00

29 lines
739 B
YAML

---
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: 1400
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