Skip to content

Commit

Permalink
Free up space in docker building
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Aug 16, 2024
1 parent d6cbcc4 commit 814673e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Free up space
run: make free_up_space

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 814673e

Please sign in to comment.