We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d91bbd commit efee5d1Copy full SHA for efee5d1
.github/workflows/push-docker-image.yaml
@@ -42,6 +42,17 @@ jobs:
42
username: ${{ secrets.DOCKER_HUB_USERNAME }}
43
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
44
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
+
56
- name: Build and push
57
id: docker_build
58
uses: docker/build-push-action@v2
0 commit comments