Skip to content

Commit

Permalink
remove disk clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesterh committed Dec 12, 2024
1 parent 87bb7bc commit 265f36e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-deploy-release-multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ jobs:
versioned="${{ env.registry }}/${{ secrets.PROJECT_ID }}/${{ secrets.REPOSITORY }}/${{ env.image }}:${GITHUB_REF##*/}"
echo "versioned=${versioned}" >> $GITHUB_ENV
- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Authenticate with Google Cloud
uses: google-github-actions/auth@v2
with:
Expand Down

0 comments on commit 265f36e

Please sign in to comment.