34 lines
940 B
YAML
34 lines
940 B
YAML
---
|
|
branches: main
|
|
|
|
pipeline:
|
|
snapcast:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
secrets: [repository_username, repository_password]
|
|
settings:
|
|
dockerfile: matter-server/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
|
|
build_args:
|
|
- BUILD_FROM: ghcr.io/home-assistant-libs/python-matter-server:6.0.0
|
|
- BASHIO_VERSION: '0.14.3'
|
|
- TEMPIO_VERSION: '2021.09.0'
|
|
- S6_OVERLAY_VERSION: '3.1.5.0'
|
|
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
|