Skip to content

Commit fe37852

Browse files
Bump home-assistant/builder from 2021.09.0 to 2021.11.4 (#91)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch> Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
1 parent d2efe7c commit fe37852

3 files changed

Lines changed: 29 additions & 31 deletions

File tree

.github/workflows/builder.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
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

build.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

build.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)