containers/.woodpecker/.matter-server.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

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