Update '.woodpecker.yml'
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
neil 2023-04-04 03:48:51 +00:00
parent c9e0832dc1
commit 3a42370623

View File

@ -26,4 +26,29 @@ pipeline:
from_secret: registry_username
password:
from_secret: registry_password
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