Skip to content

Commit 2b2bd63

Browse files
committed
feat: invalid yaml
1 parent 3567d96 commit 2b2bd63

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy-mainnet.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@ jobs:
103103
steps:
104104
- name: Remove orphaned containers and dangling volumes
105105
run: |
106+
docker compose -f docker-compose.yml -p ${{ matrix.env }}-indexer down --remove-orphans
106107
docker system prune -f --volumes
107-
docker system prune -f --images
108-
docker system prune -f --containers
109108
110109
- name: Cleanup dangling images
111110
run: |
112-
111+
docker image prune -f

0 commit comments

Comments
 (0)