forked from home-assistant/core
Using VCN install as action (#54383)
This commit is contained in:
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() {
|
||||||
|
Reference in New Issue
Block a user