Update docker.yml

add-tracing
Meng Zhang 2023-04-14 11:55:29 +08:00 committed by GitHub
parent 5256779ffe
commit 72563365d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 13 deletions

View File

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