Attempt to fix artifacts again

This commit is contained in:
Donkie
2023-05-18 16:22:08 +02:00
parent 0f95afe9cb
commit 01464b5dea

View File

@@ -63,8 +63,8 @@ jobs:
path: /tmp path: /tmp
- name: Load images - name: Load images
run: | run: |
docker load --input /tmp/spoolman docker load --input /tmp/spoolman/spoolman.tar
docker load --input /tmp/spoolman-tester docker load --input /tmp/spoolman-tester/spoolman-tester.tar
- uses: isbang/compose-action@v1.4.1 - uses: isbang/compose-action@v1.4.1
with: with:
compose-file: "./tests_integration/docker-compose-${{ matrix.dbtype }}.yml" compose-file: "./tests_integration/docker-compose-${{ matrix.dbtype }}.yml"