We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f77368 + 2b2bd63 commit bc4b272Copy full SHA for bc4b272
1 file changed
.github/workflows/deploy-mainnet.yml
@@ -103,10 +103,9 @@ jobs:
103
steps:
104
- name: Remove orphaned containers and dangling volumes
105
run: |
106
+ docker compose -f docker-compose.yml -p ${{ matrix.env }}-indexer down --remove-orphans
107
docker system prune -f --volumes
- docker system prune -f --images
108
- docker system prune -f --containers
109
110
- name: Cleanup dangling images
111
112
-
+ docker image prune -f
0 commit comments