From 9bb9665e1f56f191022056fdd050ce520466b87b Mon Sep 17 00:00:00 2001 From: zjhe Date: Tue, 20 Feb 2024 06:28:31 +0800 Subject: [PATCH] try to mount new disk to docker folder --- .github/workflows/new-tag.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/new-tag.yaml b/.github/workflows/new-tag.yaml index 5da553d..aae309a 100644 --- a/.github/workflows/new-tag.yaml +++ b/.github/workflows/new-tag.yaml @@ -16,12 +16,13 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c with: - root-reserve-mb: 51200 + root-reserve-mb: 1024 swap-size-mb: 1024 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' remove-codeql: 'true' + build-mount-path: '/var/lib/docker' - name: Checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3.6.0 - name: Read version.env