Skip to content

Commit

Permalink
docker image prune
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 11, 2024
1 parent 811a958 commit bf03b14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,7 @@ jobs:
echo "Restarting containers"
TAG="$tag" docker compose --env-file "envs/compose/$tag.env" up -d
echo "Pruning dangling images"
docker image prune -f
EOF

0 comments on commit bf03b14

Please sign in to comment.