Skip to content

Commit 6d3a72e

Browse files
authored
Update release CI to delete old containers
1 parent ed8d0e1 commit 6d3a72e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
command: |
100100
cd /home/app/procollab-backend &&
101101
docker-compose -f docker-compose.prod-ci.yml -p prod pull &&
102+
docker container prune -f &&
103+
docker image prune -a -f &&
102104
103105
rm -f .env &&
104106
touch .env &&

0 commit comments

Comments
 (0)