Skip to content

Commit

Permalink
gzip docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Feb 16, 2023
1 parent ea8f388 commit ba1550d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ jobs:
run: |
docker build --tag 3dgi/cjio_dbexport:${{ github.ref_name }} --file docker/cjio_dbexport.dockerfile .
docker save --output cjio_dbexport-${{ github.ref_name }}-docker.tar 3dgi/cjio_dbexport:${{ github.ref_name }}
- name: gzip image
run: gzip cjio_dbexport-${{ github.ref_name }}-docker.tar
- name: Upload docker image
uses: actions/upload-artifact@v3
with:
name: cjio_dbexport-docker
path: cjio_dbexport-${{ github.ref_name }}-docker.tar
path: cjio_dbexport-${{ github.ref_name }}-docker.tar.gz
retention-days: 1

release:
Expand Down

0 comments on commit ba1550d

Please sign in to comment.