fix: Use docker-run-action@v5
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
||||
path: /tmp/docker/${{ runner.os }}-builder-image.tar
|
||||
-
|
||||
name: Build library
|
||||
uses: https://git.brocklobsta.net/brock/docker-run-action@v4
|
||||
uses: https://git.brocklobsta.net/brock/docker-run-action@v5
|
||||
with:
|
||||
tarball: /tmp/docker/${{ runner.os }}-builder-image.tar
|
||||
image: cproject-builder:latest
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
/bin/bash -c "cd ${{ github.workspace }}; rm -rf build; cmake -B build; cmake --build build"
|
||||
-
|
||||
name: Test library
|
||||
uses: https://git.brocklobsta.net/brock/docker-run-action@v4
|
||||
uses: https://git.brocklobsta.net/brock/docker-run-action@v5
|
||||
with:
|
||||
tarball: /tmp/docker/${{ runner.os }}-builder-image.tar
|
||||
image: cproject-builder:latest
|
||||
|
||||
Reference in New Issue
Block a user