use e2e-node name

This commit is contained in:
William Banfield
2022-12-05 13:53:10 -05:00
parent 713e6bc406
commit fae8fb731f
+1 -1
View File
@@ -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/}