mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update onpush_builder.yaml
This commit is contained in:
12
.github/workflows/onpush_builder.yaml
vendored
12
.github/workflows/onpush_builder.yaml
vendored
@@ -169,17 +169,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Free disk space (runner)
|
|
||||||
uses: endersonmenezes/free-disk-space@v3
|
|
||||||
with:
|
|
||||||
remove_android: true
|
|
||||||
remove_dotnet: true
|
|
||||||
remove_haskell: true
|
|
||||||
remove_tool_cache: true
|
|
||||||
remove_swap: true
|
|
||||||
rm_cmd: "rmz"
|
|
||||||
rmz_version: "3.1.1"
|
|
||||||
- name: Build ${{ matrix.addon }} add-on (attempt 1)
|
- name: Build ${{ matrix.addon }} add-on (attempt 1)
|
||||||
id: builderstep1
|
id: builderstep1
|
||||||
if: steps.check.outputs.build_arch == 'true' && steps.dockerfile_check.outputs.has_dockerfile == 'true'
|
if: steps.check.outputs.build_arch == 'true' && steps.dockerfile_check.outputs.has_dockerfile == 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user