Skip to content

Commit fdbf8b5

Browse files
committed
Update build.yaml
1 parent d05c4a3 commit fdbf8b5

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
@@ -93,7 +93,7 @@ jobs:
9393
docker context use dev
9494
9595
# remove images no longer in use--need disk space
96-
docker rmi $(docker images -f dangling=true -q)
96+
docker image prune -a -f
9797
9898
# pull new images, recreate containers
9999
docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --pull always --force-recreate --remove-orphans

0 commit comments

Comments
 (0)