Clean disk space in push-docker-image.yaml (#558)

pull/559/head^2
justheuristic 2 months ago committed by GitHub
parent 0d91bbdac3
commit efee5d1fa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,6 +42,17 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Free disk space on Ubuntu runner
uses: kfir4444/free-disk-space@main
with:
# found in: https://github.com/docker/build-push-action/issues/968
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2

Loading…
Cancel
Save