ops: Fix CICD docker usage #4

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

View File

@@ -76,7 +76,7 @@ jobs:
path: /tmp/docker/${{ runner.os }}-builder-image.tar path: /tmp/docker/${{ runner.os }}-builder-image.tar
- -
name: Build library name: Build library
uses: https://git.brocklobsta.net/brock/docker-run-action@v4 uses: https://git.brocklobsta.net/brock/docker-run-action@v5
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
@@ -85,7 +85,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@v4 uses: https://git.brocklobsta.net/brock/docker-run-action@v5
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