diff --git a/.github/workflows/push-docker-image.yml b/.github/workflows/push-docker-image.yml index 086fb9f..22ead9a 100644 --- a/.github/workflows/push-docker-image.yml +++ b/.github/workflows/push-docker-image.yml @@ -34,6 +34,12 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 + # Some images are too large and we run out of disk space, so try to free some + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@1.3.1 + with: + tool-cache: false + - name: Install prerequisites run: | apt update -y