ops: Fix CICD docker usage #4

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

View File

@@ -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://git.brocklobsta.net/brock/docker-run-action@v3 uses: https://git.brocklobsta.net/brock/docker-run-action@v4
with: with:
tarball: /tmp/docker/${{ runner.os }}-builder-image.tar tarball: /tmp/docker/${{ runner.os }}-builder-image.tar
image: cproject-builder:latest image: cproject-builder:latest
@@ -78,7 +78,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://git.brocklobsta.net/brock/docker-run-action@v3 uses: https://git.brocklobsta.net/brock/docker-run-action@v4
with: with:
tarball: /tmp/docker/${{ runner.os }}-builder-image.tar tarball: /tmp/docker/${{ runner.os }}-builder-image.tar
image: cproject-builder:latest image: cproject-builder:latest