Skip to content

Commit

Permalink
try to mount new disk to docker folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Feb 19, 2024
1 parent 3b50cfe commit 9bb9665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/new-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb9665

Please sign in to comment.