Test stage now only downloads the relevant images

This commit is contained in:
Donkie
2024-09-08 22:17:46 +02:00
parent 13a038cb3e
commit 909d8c38bd

View File

@@ -211,6 +211,7 @@ jobs:
- name: Download built images - name: Download built images
uses: actions/download-artifact@v4.1.7 uses: actions/download-artifact@v4.1.7
with: with:
pattern: spoolman*-image
path: /tmp path: /tmp
- name: Load built images - name: Load built images