Skip to content

Commit

Permalink
need more disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesterh committed Dec 11, 2024
1 parent cfd00da commit 44020c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-deploy-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
run: |
versioned="${{ env.registry }}/${{ env.username}}/${{ env.repository }}:${GITHUB_REF##*/}"
echo "versioned=${versioned}" >> $GITHUB_ENV
- name: Free Disk Space (Ubuntu)
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: build container
run: |
docker build -t ${{ env.container }} .
Expand Down

0 comments on commit 44020c2

Please # to comment.