git.delta.rocks / unique-network / refs/commits / 011415104ad1

difftreelog

Update forkless-update-nodata_v2.yml

Alex2022-10-19parent: #9fbaca1.patch.diff
in: master

1 file changed

modified.github/workflows/forkless-update-nodata_v2.ymldiffbeforeafterboth
215 if: always() # run this step always215 if: always() # run this step always
216 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down216 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down
217
218 - name: Remove builder cache
219 if: always() # run this step always
220 run: |
221 docker builder prune -f -a
222 docker system prune -f
223 docker image prune -f -a
217224