mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Update builder builder-2021.05.0 (#2888)
This commit is contained in:
parent
3834cead07
commit
f466721ffa
5
.github/workflows/builder.yml
vendored
5
.github/workflows/builder.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
||||
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV
|
||||
|
||||
- name: Build supervisor
|
||||
uses: home-assistant/builder@2021.04.2
|
||||
uses: home-assistant/builder@2021.05.0
|
||||
with:
|
||||
args: |
|
||||
$BUILD_ARGS \
|
||||
@ -135,7 +135,6 @@ jobs:
|
||||
--target /data \
|
||||
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \
|
||||
--validate-from "${{ secrets.VCN_ORG }}" \
|
||||
--validate-cache "${{ secrets.VCN_ORG }}" \
|
||||
--generic ${{ needs.init.outputs.version }}
|
||||
|
||||
codenotary:
|
||||
@ -199,7 +198,7 @@ jobs:
|
||||
|
||||
- name: Build the Supervisor
|
||||
if: needs.init.outputs.publish != 'true'
|
||||
uses: home-assistant/builder@2021.04.2
|
||||
uses: home-assistant/builder@2021.05.0
|
||||
with:
|
||||
args: |
|
||||
--test \
|
||||
|
Loading…
x
Reference in New Issue
Block a user