Skip to content

Commit

Permalink
removed --cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jan 27, 2024
1 parent c3013ec commit 907584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/develop' }}
run: |
pip3 install docker-squash
docker-squash --cleanup --tag cs50/cli:amd64 cs50/cli:amd64
docker-squash --tag cs50/cli:amd64 cs50/cli:amd64
- name: Push linux/amd64 build to Docker Hub
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 907584f

Please sign in to comment.