Skip to content

Commit

Permalink
chore: Print size of tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Jun 10, 2024
1 parent c12cc58 commit b416e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
--secret id=NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY \
--secret id=NEXT_PUBLIC_DRIVE_LINK \
--file=Dockerfile -t csclub-website .
docker image save website | gzip > csclub-website.tar.gz
docker image save csclub-website | gzip > csclub-website.tar.gz
- name: Print size of csclub-website.tar.gz
run: |
Expand Down

0 comments on commit b416e8b

Please sign in to comment.