Skip to content

Commit 814673e

Browse files
committed
Free up space in docker building
1 parent d6cbcc4 commit 814673e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push_docker_image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22+
- name: Free up space
23+
run: make free_up_space
24+
2225
- name: Log in to the Container registry
2326
uses: docker/login-action@v3
2427
with:

0 commit comments

Comments
 (0)