Skip to content

Commit

Permalink
Update builder to [email protected] (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 24, 2021
1 parent ab8d4a1 commit 3fd7acd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ jobs:
fi
- name: Build base image
uses: home-assistant/[email protected].2
uses: home-assistant/[email protected].3
with:
args: |
$BUILD_ARGS \
--${{ matrix.arch }} \
--target /data/alpine \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \
--release ${{ needs.init.outputs.release }} \
--base ${{ matrix.version }}
Expand Down Expand Up @@ -144,13 +144,13 @@ jobs:
fi
- name: Build base image
uses: home-assistant/[email protected].2
uses: home-assistant/[email protected].3
with:
args: |
$BUILD_ARGS \
--${{ matrix.arch }} \
--target /data/debian \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \
--release ${{ needs.init.outputs.release }} \
--version-from ${{ matrix.version }}-slim \
--base ${{ matrix.version }}
Expand Down Expand Up @@ -192,13 +192,13 @@ jobs:
fi
- name: Build base image
uses: home-assistant/[email protected].2
uses: home-assistant/[email protected].3
with:
args: |
$BUILD_ARGS \
--${{ matrix.arch }} \
--target /data/ubuntu \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \
--release ${{ needs.init.outputs.release }} \
--base ${{ matrix.version }}
Expand Down Expand Up @@ -239,13 +239,13 @@ jobs:
fi
- name: Build base image
uses: home-assistant/[email protected].2
uses: home-assistant/[email protected].3
with:
args: |
$BUILD_ARGS \
--${{ matrix.arch }} \
--target /data/raspbian \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \
--release ${{ needs.init.outputs.release }} \
--version-from ${{ matrix.version }}-slim \
--base ${{ matrix.version }}
Expand Down Expand Up @@ -288,14 +288,14 @@ jobs:
fi
- name: Build base image
uses: home-assistant/[email protected].2
uses: home-assistant/[email protected].3
with:
args: |
$BUILD_ARGS \
--${{ matrix.arch }} \
--target "/data/python/${{ matrix.python }}" \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" \
--validate-from home-assistant.io \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \
--validate-from "${{ secrets.VCN_ORG }}" \
--release ${{ needs.init.outputs.release }} \
--version-from ${{ matrix.version }} \
--version ${{ matrix.python }} \
Expand Down

0 comments on commit 3fd7acd

Please sign in to comment.