mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-05 21:48:47 +02:00
Remove '--no-cache' from build arguments
Removed the '--no-cache' argument from the build command.
This commit is contained in:
1
.github/workflows/onpush_builder.yaml
vendored
1
.github/workflows/onpush_builder.yaml
vendored
@@ -199,7 +199,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
${{ env.BUILD_ARGS }} \
|
${{ env.BUILD_ARGS }} \
|
||||||
--no-cache \
|
|
||||||
--${{ matrix.arch }} \
|
--${{ matrix.arch }} \
|
||||||
--target "/data/${{ matrix.addon }}" \
|
--target "/data/${{ matrix.addon }}" \
|
||||||
--image "${{ steps.check.outputs.image }}" \
|
--image "${{ steps.check.outputs.image }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user