Skip to content

Commit bda1fe5

Browse files
committed
Update build.yaml
1 parent dab0297 commit bda1fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
#docker rmi $(docker images -q)
8787
8888
# remove images no longer in use--may need disk space to pull
89-
# docker image prune -a -f
89+
docker image prune -a -f
9090
9191
# pull new images, recreate containers
9292
docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --force-recreate --remove-orphans

0 commit comments

Comments
 (0)