difftreelog
xcm testnet workflow
in: master
1 file changed
.github/workflows/xcm-testnet.ymldiffbeforeafterboth128 - name: Build the stack128 - name: Build the stack129 run: cd .docker/ && docker build --file ./Dockerfile-xcm.${{ matrix.network }}.yml --tag xcm-nodes-${{ matrix.network }} --tag uniquenetwork/xcm-${{ matrix.network }}-testnet-local:nightly-${{ github.head_ref }}-${{ github.sha }} --tag uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest .129 run: cd .docker/ && docker build --file ./Dockerfile-xcm.${{ matrix.network }}.yml --tag xcm-nodes-${{ matrix.network }} --tag uniquenetwork/xcm-${{ matrix.network }}-testnet-local:nightly-${{ github.head_ref }}-${{ github.sha }} --tag uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest .130130131 - name: Collect Docker Logs131 # - name: Collect Docker Logs132 if: success() || failure()132 # if: success() || failure()133 uses: jwalton/gh-docker-logs@v2.2.0133 # uses: jwalton/gh-docker-logs@v2.2.0134 with:134 # with:135 dest: './xcm-build-logs.${{ matrix.features }}'135 # dest: './xcm-build-logs.${{ matrix.features }}'136 images: 'xcm-nodes-${{ matrix.network }}'136 # images: 'xcm-nodes-${{ matrix.network }}'137137138 - name: Show docker logs138 # - name: Show docker logs139 if: success() || failure()139 # if: success() || failure()140 run: cat './xcm-build-logs.${{ matrix.features }}/xcm-nodes-${{ matrix.network }}.log'140 # run: cat './xcm-build-logs.${{ matrix.features }}/xcm-nodes-${{ matrix.network }}.log'141141142 - name: Log in to Docker Hub142 - name: Log in to Docker Hub143 uses: docker/login-action@v2.0.0143 uses: docker/login-action@v2.0.0