diff --git a/.github/workflows/testapp-docker.yml b/.github/workflows/testapp-docker.yml index 9e8e59a47..310e80e38 100644 --- a/.github/workflows/testapp-docker.yml +++ b/.github/workflows/testapp-docker.yml @@ -1,6 +1,6 @@ -name: Testapp Docker -# Build & Push rebuilds the Testapp docker image on every push to main and creation of tags -# and pushes the image to https://hub.docker.com/r/tendermint/testapp +name: Docker E2E Node +# Build & Push rebuilds the e2e Testapp docker image on every push to main and creation of tags +# and pushes the image to https://hub.docker.com/r/tendermint/e2e-node on: push: branches: @@ -19,7 +19,7 @@ jobs: - name: Prepare id: prep run: | - DOCKER_IMAGE=tendermint/testapp + DOCKER_IMAGE=tendermint/e2e-node VERSION=noop if [[ $GITHUB_REF == refs/tags/* ]]; then VERSION=${GITHUB_REF#refs/tags/}