Skip to content

Commit e3f0d3b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c189c8c + e106ad7 commit e3f0d3b

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
@@ -98,6 +98,8 @@ jobs:
9898
password: ${{ secrets.SERVER_PASSWORD }}
9999
command: |
100100
cd /home/app/procollab-backend &&
101+
docker container prune -f &&
102+
docker image prune -a -f &&
101103
docker-compose -f docker-compose.prod-ci.yml -p prod pull &&
102104
103105
rm -f .env &&

0 commit comments

Comments
 (0)