diff --git a/.github/workflows/stage0.yml b/.github/workflows/stage0.yml index 6f08ee89..057f9754 100644 --- a/.github/workflows/stage0.yml +++ b/.github/workflows/stage0.yml @@ -38,12 +38,16 @@ jobs: with: name: docker_image path: /tmp + - name: Load image + run: | + docker load --input /tmp/docker_image.tar + docker image ls -a test_stage: runs-on: ubuntu-latest needs: check container: - image: /tmp/docker_image + image: docker_image steps: - name: test run: echo "test"