Add no-cache option to build args in workflow

This commit is contained in:
Alexandre
2025-12-27 08:51:58 +01:00
committed by GitHub
parent 1c00b0105b
commit 14d42dcf0f

View File

@@ -198,6 +198,7 @@ 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 }}" \