mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Using VCN install as action (#54383)
This commit is contained in:
parent
814411dc1d
commit
a2a4840455
5
.github/workflows/builder.yml
vendored
5
.github/workflows/builder.yml
vendored
@ -248,11 +248,12 @@ jobs:
|
|||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Install VCN tools
|
||||||
|
uses: home-assistant/actions/helpers/vcn@master
|
||||||
|
|
||||||
- name: Build Meta Image
|
- name: Build Meta Image
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
bash <(curl https://getvcn.codenotary.com -L)
|
|
||||||
|
|
||||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||||
|
|
||||||
function create_manifest() {
|
function create_manifest() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user