difftreelog
correct concurency group name for xcm-testnet
in: master
1 file changed
.github/workflows/xcm-testnet.ymldiffbeforeafterboth20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}212122concurrency:22concurrency:23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}24 cancel-in-progress: true24 cancel-in-progress: true252526# A workflow run is made up of one or more jobs that can run sequentially or in parallel26# A workflow run is made up of one or more jobs that can run sequentially or in parallel128 - 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.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.sha }} --tag uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest .130131 # - name: Collect Docker Logs132 # if: success() || failure()133 # uses: jwalton/gh-docker-logs@v2.2.0134 # with:135 # dest: './xcm-build-logs.${{ matrix.features }}'136 # images: 'xcm-nodes-${{ matrix.network }}'137138 # - name: Show docker logs139 # if: success() || failure()140 # run: cat './xcm-build-logs.${{ matrix.features }}/xcm-nodes-${{ matrix.network }}.log'141130142 - name: Log in to Docker Hub131 - name: Log in to Docker Hub143 uses: docker/login-action@v2.0.0132 uses: docker/login-action@v2.0.0