From 43b3e14fca6a8ed73b16afc3c146783174048e45 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Mar 2026 07:30:02 +0100 Subject: [PATCH] Disable GitHub Actions cache for build image --- .github/workflows/onpush_builder.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index a2089e3a0..c5e7390b3 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -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 }}