Skip to content

Commit

Permalink
free up disk space in github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Apr 12, 2023
1 parent 8c3b25c commit 6936889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
with:
persist-credentials: false

- name: Free up disk space
uses: ./.github/actions/free-disk-space
with:
tool_cache: "${{ runner.tool_cache }}"

- name: Push multiarch manifest to Docker Hub
uses: ./.github/actions/push-to-dockerhub
with:
Expand Down

0 comments on commit 6936889

Please sign in to comment.