We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab0297 commit bda1fe5Copy full SHA for bda1fe5
.github/workflows/build.yaml
@@ -86,7 +86,7 @@ jobs:
86
#docker rmi $(docker images -q)
87
88
# remove images no longer in use--may need disk space to pull
89
- # docker image prune -a -f
+ docker image prune -a -f
90
91
# pull new images, recreate containers
92
docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --force-recreate --remove-orphans
0 commit comments