Skip to content

Commit a7607e9

Browse files
Bump home-assistant/builder from 2021.02.0 to 2021.03.3 (#61)
* Bump home-assistant/builder from 2021.02.0 to 2021.03.3 Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2021.02.0 to 2021.03.3. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](home-assistant/builder@2021.02.0...5cfc3ff) Signed-off-by: dependabot[bot] <support@github.com> * Update builder.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
1 parent e7adc6f commit a7607e9

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/builder.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,16 @@ jobs:
6565
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV
6666

6767
- name: Build plugin
68-
uses: home-assistant/builder@2021.02.0
68+
uses: home-assistant/builder@2021.03.3
6969
with:
7070
args: |
7171
$BUILD_ARGS \
7272
--${{ matrix.arch }} \
7373
--target /data \
74+
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \
75+
--validate-from "${{ secrets.VCN_ORG }}" \
7476
--generic ${{ needs.init.outputs.version }}
7577
76-
- name: Signing image
77-
if: needs.init.outputs.publish == 'true'
78-
uses: home-assistant/actions/helpers/codenotary@master
79-
with:
80-
source: docker://homeassistant/${{ matrix.arch }}-hassio-audio:${{ needs.init.outputs.version }}
81-
user: ${{ secrets.VCN_USER }}
82-
password: ${{ secrets.VCN_PASSWORD }}
83-
organisation: ${{ secrets.VCN_ORG }}
84-
8578
version:
8679
name: Update version
8780
needs: ["init", "build"]

0 commit comments

Comments
 (0)