difftreelog
fix changed name of docker-compose file
in: master
1 file changed
.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth112112113 - name: Stop running containers113 - name: Stop running containers114 if: always() # run this step always114 if: always() # run this step always115 run: docker-compose -f ".docker/docker-compose-dev.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down115 run: docker-compose -f ".docker/docker-compose-forkless.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down116116