Disable GitHub Actions cache for build image

This commit is contained in:
Alexandre
2026-03-28 07:30:02 +01:00
committed by GitHub
parent 5bb4909176
commit 43b3e14fca

View File

@@ -303,6 +303,7 @@ jobs:
uses: home-assistant/builder/actions/build-image@2026.03.2
with:
arch: ${{ matrix.arch }}
cache-gha: "false"
cache-gha-scope: ${{ matrix.addon }}-${{ matrix.arch }}
context: ./${{ matrix.addon }}
file: ${{ steps.info.outputs.dockerfile }}