Skip to content

Commit

Permalink
Added freeing disk space in workflows (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras authored Jul 26, 2024
1 parent 39eb809 commit dd2bdef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# Needed to checkout code
contents: read
steps:
- name: Free disk space
uses: jlumbroso/[email protected]
- name: Checkout code
uses: actions/[email protected]
- name: Set up Docker Buildx
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
# Needed to push to registry
packages: write
steps:
- name: Free disk space
uses: jlumbroso/[email protected]
- name: Checkout code
uses: actions/[email protected]
- name: Set up Docker Buildx
Expand Down

0 comments on commit dd2bdef

Please sign in to comment.