ops: Fix CICD docker usage #4

Closed
brock wants to merge 15 commits from fix/cicd into main
Showing only changes of commit 7efae537cf - Show all commits

View File

@@ -28,6 +28,7 @@ jobs:
load: true load: true
cache-from: type=local,src=/tmp/docker cache-from: type=local,src=/tmp/docker
cache-to: type=local,dest=/tmp/docker cache-to: type=local,dest=/tmp/docker
outputs: type=docker,dest=/tmp/docker/${{ runner.os }}-builder-image.tar
- -
name: Build library name: Build library
uses: https://github.com/addnab/docker-run-action@v3 uses: https://github.com/addnab/docker-run-action@v3