From 004649e5011ccbcbe069f2f32ae35e16af887904 Mon Sep 17 00:00:00 2001 From: Heiko Carrasco Date: Fri, 27 Oct 2023 19:24:11 -0400 Subject: [PATCH] Make image available to Docker --- .github/workflows/run_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 5d9df6a696..8109824019 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -21,6 +21,7 @@ jobs: tags: simurlacra:test cache-from: type=registry,ref=simurlacra:test cache-to: type=inline + load: true build-args: | OPTION=${{ matrix.flavor }} - name: Execute tests