difftreelog
correct tag name for docker image
in: master
1 file changed
.github/workflows/xcm-testnet.ymldiffbeforeafterboth126 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json126 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json127127128 - 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.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()146 password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}146 password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}147147148 - 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 }}150150151 - name: Push docker image latest151 - name: Push docker image latest152 run: docker push uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest152 run: docker push uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest