containers/.woodpecker/.invoiceninja.yml

28 lines
723 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
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