try using docker.gitea.com/runner-images:ubuntu-latest to mount the cache
Some checks failed
gds-mock-mcp Docker Build / build (push) Has been cancelled
Some checks failed
gds-mock-mcp Docker Build / build (push) Has been cancelled
This commit is contained in:
@@ -9,6 +9,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/hostedtoolcache:/opt/hostedtoolcache
|
- /opt/hostedtoolcache:/opt/hostedtoolcache
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user