containers/.woodpecker/.snapcast.yml

29 lines
731 B
YAML
Raw Normal View History

2024-01-03 22:37:20 +00:00
---
branches: main
pipeline:
invoiceninja:
image: woodpeckerci/plugin-docker-buildx
privileged: true
secrets: [repository_username, repository_password]
settings:
dockerfile: snapcast/Containerfile
platforms: linux/amd64,linux/arm64/v8
registry: git.shrug.pw
repo: git.shrug.pw/neil/containers/snapcast
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