Remove '--no-cache' from build arguments

Removed the '--no-cache' argument from the build command.
This commit is contained in:
Alexandre
2026-01-03 09:43:04 +01:00
committed by GitHub
parent 8ab945785a
commit a040f6009a

View File

@@ -199,7 +199,6 @@ jobs:
with:
args: |
${{ env.BUILD_ARGS }} \
--no-cache \
--${{ matrix.arch }} \
--target "/data/${{ matrix.addon }}" \
--image "${{ steps.check.outputs.image }}" \