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

This commit is contained in:
2026-04-12 22:46:33 -05:00
parent 6950cd90e3
commit c0fcc98b06

View File

@@ -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: