Skip to content

Commit

Permalink
use gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
abessette committed Sep 1, 2021
1 parent 338e9d0 commit 951d5ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit 951d5ce

Please sign in to comment.