From 909d8c38bd77884aa84fb928fc3985b19b6127ae Mon Sep 17 00:00:00 2001 From: Donkie Date: Sun, 8 Sep 2024 22:17:46 +0200 Subject: [PATCH] Test stage now only downloads the relevant images --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb0b0204..42247dbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,6 +211,7 @@ jobs: - name: Download built images uses: actions/download-artifact@v4.1.7 with: + pattern: spoolman*-image path: /tmp - name: Load built images