git.delta.rocks / unique-network / refs/commits / 529b8ad99b09

difftreelog

xcm testnet workflow

Konstantin Astakhov2022-08-30parent: #f652d06.patch.diff
in: master

1 file changed

modified.github/workflows/xcm-testnet.ymldiffbeforeafterboth
128 - name: Build the stack128 - name: Build the stack
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 .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 .
130130
131 - name: Collect Docker Logs131 # - name: Collect Docker Logs
132 if: success() || failure()132 # if: success() || failure()
133 uses: jwalton/gh-docker-logs@v2.2.0133 # uses: jwalton/gh-docker-logs@v2.2.0
134 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 }}'
137137
138 - name: Show docker logs138 # - name: Show docker logs
139 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'
141141
142 - name: Log in to Docker Hub142 - name: Log in to Docker Hub
143 uses: docker/login-action@v2.0.0143 uses: docker/login-action@v2.0.0