ops: Use fork of docer-run-action
This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-docker-${{ steps.dockerfile-hash.outputs.hash }}
|
key: ${{ runner.os }}-docker-${{ steps.dockerfile-hash.outputs.hash }}
|
||||||
-
|
-
|
||||||
name: Build library
|
name: Build library
|
||||||
uses: https://github.com/addnab/docker-run-action@v3
|
uses: https://git.brocklobsta.net/brock/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: /tmp/docker/${{ runner.os }}-builder-image.tar
|
image: /tmp/docker/${{ runner.os }}-builder-image.tar
|
||||||
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
/bin/bash -c "cd ${{ github.workspace }}; rm -rf build; cmake -B build; cmake --build build"
|
/bin/bash -c "cd ${{ github.workspace }}; rm -rf build; cmake -B build; cmake --build build"
|
||||||
-
|
-
|
||||||
name: Test library
|
name: Test library
|
||||||
uses: https://github.com/addnab/docker-run-action@v3
|
uses: https://git.brocklobsta.net/brock/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: cproject-builder:latest
|
image: cproject-builder:latest
|
||||||
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user