Skip to content

Commit

Permalink
use image prune (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen authored Nov 7, 2023
1 parent b22e018 commit 5d40e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
docker pull pyronear/pyro-platform:latest
cd pyro-platform-prod && docker compose down && docker compose -f docker-compose-prod.yml up -d
docker inspect -f '{{ .Created }}' $(docker compose images -q frontend)
docker rmi -f $(docker images -f "dangling=true" -q)
docker image prune -a --force

0 comments on commit 5d40e59

Please sign in to comment.