From 97e91e9d9f8c44dca21d2cc904c86f8b2cc74a20 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 5 Jun 2024 23:04:22 +0200 Subject: [PATCH] Using the common cache. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7aaf05ce..9aaed061 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -118,7 +118,7 @@ jobs: - build-and-push-image # Wait for the docker image to be built runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci] env: - DOCKER_VOLUME: /cache + DOCKER_VOLUME: /mnt/cache steps: - uses: actions/checkout@v2 - name: Inject slug/short variables