diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index bc9f4ac8..4365e3b3 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -90,7 +90,9 @@ jobs: pull: true load: true push: false - cache-from: type=gha + build-args: | + BASE_IMAGE=${{ matrix.baseImage }} + cache-from: type=gha,scope=${{ matrix.variant }} # no cache-to to avoid cross-cache update from next build step - name: Run tests