From 17bfeb2093d1934ce791fef579d4f1d67430b114 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 28 Jan 2022 22:08:50 -0600 Subject: [PATCH] Fixed base image of tests --- .github/workflows/build-multiarch.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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