Update docker.yml

add-tracing
Meng Zhang 2023-04-14 13:09:01 +08:00 committed by GitHub
parent e9ccbff3b9
commit ac6637bdbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 9 deletions

View File

@ -20,16 +20,20 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Maximize build space - name: Free Disk Space (Ubuntu)
uses: easimon/maximize-build-space@master uses: jlumbroso/free-disk-space@main
with: with:
# 50 Gb # this might remove tools that are actually needed,
root-reserve-mb: 51200 # if set to "true" but frees about 6 GB
remove-dotnet: true tool-cache: true
remove-android: true
remove-haskell: true # all of these default to true, but feel free to set to
remove-codeql: true # "false" if necessary for your workflow
remove-docker-images: false android: true
dotnet: true
haskell: true
large-packages: false
swap-storage: true
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3