diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index e8f2659..42c4b6d 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -71,8 +71,9 @@ jobs: run: echo ${{ steps.build-and-push.outputs.IMAGE_SHA_TAG }} > image-tag.txt - uses: actions/upload-artifact@v4 with: - name: image-tag.txt + name: image-tag path: ./image-tag.txt + compression-level: 0 # Lets us monitor disks getting full as images get bigger over time - name: Show how much disk space is left