Fixed base image of tests

This commit is contained in:
Geoff Bourne
2022-01-28 22:08:50 -06:00
parent a2ab5d13cf
commit 17bfeb2093

View File

@@ -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