Skip to content

Commit

Permalink
Remove Old Docker Images
Browse files Browse the repository at this point in the history
  • Loading branch information
prominhaj committed Aug 1, 2024
1 parent d3a4a47 commit 4669590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
docker rm nextjs-app-container
fi
- name: Remove old Docker images
run: |
docker rmi -f $(docker images -q)
# - name: Remove old Docker images
# run: |
# docker rmi -f $(docker images -q)

- name: Free up Docker space
run: |
Expand Down

0 comments on commit 4669590

Please sign in to comment.