Skip to content

Commit

Permalink
more disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Aug 8, 2024
1 parent 6fd2df3 commit 3588262
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-push-demo-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
contents: read
packages: write
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# when set to "true" but frees about 6 GB
tool-cache: true
- name: Checkout repository
uses: actions/checkout@v4
- name: Log in to the Container registry
Expand Down

0 comments on commit 3588262

Please sign in to comment.