diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 230513e..629893d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -114,7 +114,10 @@ jobs: context: . file: ./docker/Dockerfile push: false - outputs: type=tar, dest=./mage_latest.tar.gz + outputs: type=tar, dest=./mage_latest.tar + + - name: Compress the image + run: gzip -k9 ./mage_latest.tar - name: Create release uses: softprops/action-gh-release@v1