git.delta.rocks / unique-network / refs/commits / f5b1655cf87f

difftreelog

correct concurency group name for xcm-testnet

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

1 file changed

modified.github/workflows/xcm-testnet.ymldiffbeforeafterboth
20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}
2121
22concurrency:22concurrency:
23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}
24 cancel-in-progress: true24 cancel-in-progress: true
2525
26# 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 parallel
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.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 .
130
131 # - name: Collect Docker Logs
132 # if: success() || failure()
133 # uses: jwalton/gh-docker-logs@v2.2.0
134 # with:
135 # dest: './xcm-build-logs.${{ matrix.features }}'
136 # images: 'xcm-nodes-${{ matrix.network }}'
137
138 # - name: Show docker logs
139 # if: success() || failure()
140 # run: cat './xcm-build-logs.${{ matrix.features }}/xcm-nodes-${{ matrix.network }}.log'
141130
142 - name: Log in to Docker Hub131 - name: Log in to Docker Hub
143 uses: docker/login-action@v2.0.0132 uses: docker/login-action@v2.0.0