git.delta.rocks / unique-network / refs/commits / 102f1fad9bd9

difftreelog

correct tag name for docker image

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

1 file changed

modified.github/workflows/xcm-testnet.ymldiffbeforeafterboth
126 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json126 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json
127127
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.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()
146 password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}146 password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}
147147
148 - name: Push docker version image 148 - name: Push docker version image
149 run: docker push uniquenetwork/xcm-${{ matrix.network }}-testnet-local:nightly-${{ github.head_ref }}-${{ github.sha }}149 run: docker push uniquenetwork/xcm-${{ matrix.network }}-testnet-local:nightly-${{ github.sha }}
150150
151 - name: Push docker image latest151 - name: Push docker image latest
152 run: docker push uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest152 run: docker push uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest