Skip to content

Commit

Permalink
Add Remove old Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
prominhaj committed Aug 2, 2024
1 parent 252f205 commit 8df8387
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 learn-pulse-edu-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 8df8387

Please sign in to comment.