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

pull/572/head
justheuristic 3 months ago committed by mike dupont
parent f7e13c40db
commit b638b046ee

@ -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