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 eacf8f3 commit 76902f1Copy full SHA for 76902f1
.github/workflows/build.yaml
@@ -121,7 +121,7 @@ jobs:
121
docker context use dev
122
123
# remove images no longer in use--may need disk space to pull
124
- docker image prune -a -f
+ # docker image prune -a -f
125
126
# pull new images, recreate containers
127
docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --force-recreate --remove-orphans
0 commit comments