containers/.woodpecker/.snapcast.yml
Neil Hanlon c510399a8c
Some checks failed
ci/woodpecker/push/invoiceninja Pipeline failed
ci/woodpecker/push/snapcast Pipeline failed
ci/woodpecker/push/matter-server Pipeline was successful
ci/woodpecker/push/woodpecker-ci Pipeline was successful
matter server
2024-05-23 22:34:03 -04:00

29 lines
727 B
YAML

---
branches: main
pipeline:
snapcast:
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