Skip to content

Commit efee5d1

Browse files
Clean disk space in push-docker-image.yaml (#558)
1 parent 0d91bbd commit efee5d1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/push-docker-image.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ jobs:
4242
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4343
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
4444

45+
- name: Free disk space on Ubuntu runner
46+
uses: kfir4444/free-disk-space@main
47+
with:
48+
# found in: https://github.com/docker/build-push-action/issues/968
49+
tool-cache: false
50+
android: true
51+
dotnet: true
52+
haskell: true
53+
large-packages: true
54+
swap-storage: true
55+
4556
- name: Build and push
4657
id: docker_build
4758
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)