ops: load docker image from tarball
Some checks failed
ci / docker-build (push) Successful in 32s
ci / build-and-test (push) Failing after 31s

This commit is contained in:
Brock Allen
2024-02-03 00:53:04 +00:00
parent b6f7fcbd24
commit 0bc03b3ed3

View File

@@ -67,6 +67,11 @@ jobs:
with: with:
path: /tmp/docker path: /tmp/docker
key: ${{ runner.os }}-docker-${{ steps.dockerfile-hash.outputs.hash }} key: ${{ runner.os }}-docker-${{ steps.dockerfile-hash.outputs.hash }}
-
name: Load image
run: |
docker load --input /tmp/docker/${{ runner.os }}-builder-image.tar
docker image ls -a
- -
name: Build library name: Build library
uses: https://github.com/addnab/docker-run-action@v3 uses: https://github.com/addnab/docker-run-action@v3