File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 branches : ["master"]
1010 paths :
1111 - Dockerfile
12- - build.json
12+ - build.yaml
1313 - ' rootfs/**'
1414 - ' patches/**'
1515
@@ -65,23 +65,23 @@ jobs:
6565 uses : docker/login-action@v1.10.0
6666 with :
6767 registry : ghcr.io
68- username : ${{ secrets.GIT_USER }}
69- password : ${{ secrets.GIT_TOKEN }}
68+ username : ${{ github.repository_owner }}
69+ password : ${{ secrets.GITHUB_TOKEN }}
7070
7171 - name : Set build arguments
7272 if : needs.init.outputs.publish == 'false'
7373 run : echo "BUILD_ARGS=--test" >> $GITHUB_ENV
7474
7575 - name : Build plugin
76- uses : home-assistant/builder@2021.09.0
76+ uses : home-assistant/builder@2021.11.4
7777 with :
7878 args : |
7979 $BUILD_ARGS \
8080 --${{ matrix.arch }} \
8181 --target /data \
82- --with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \
83- --validate-from "${{ secrets.VCN_ORG }}" \
8482 --generic ${{ needs.init.outputs.version }}
83+ env :
84+ CAS_API_KEY : ${{ secrets.CAS_TOKEN }}
8585
8686 version :
8787 name : Update version
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ image : homeassistant/{arch}-hassio-audio
2+ shadow_repository : ghcr.io/home-assistant
3+ build_from :
4+ aarch64 : ghcr.io/home-assistant/aarch64-base:3.13
5+ armhf : ghcr.io/home-assistant/armhf-base:3.13
6+ armv7 : ghcr.io/home-assistant/armv7-base:3.13
7+ amd64 : ghcr.io/home-assistant/amd64-base:3.13
8+ i386 : ghcr.io/home-assistant/i386-base:3.13
9+ codenotary :
10+ signer : notary@home-assistant.io
11+ base_image : notary@home-assistant.io
12+ args :
13+ ALSA_VERSION : 1.2.5.1
14+ PULSE_VERSION : 14.2
15+ labels :
16+ io.hass.type : audio
17+ org.opencontainers.image.title : Home Assistant Audio Plugin
18+ org.opencontainers.image.description : Home Assistant Supervisor plugin for Audio
19+ org.opencontainers.image.source : https://github.com/home-assistant/plugin-audio
20+ org.opencontainers.image.authors : The Home Assistant Authors
21+ org.opencontainers.image.url : https://www.home-assistant.io/
22+ org.opencontainers.image.documentation : https://www.home-assistant.io/docs/
23+ org.opencontainers.image.licenses : Apache License 2.0
You can’t perform that action at this time.
0 commit comments