From b3d2cdc962b32b4319479a55299e6a26e4da91a5 Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Wed, 27 Jan 2021 13:27:54 -0600 Subject: [PATCH] Updating to EOSIO name missing in te remove step --- .cicd/create-docker-from-binary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cicd/create-docker-from-binary.sh b/.cicd/create-docker-from-binary.sh index 92c7f26fd9e..5986e97f956 100755 --- a/.cicd/create-docker-from-binary.sh +++ b/.cicd/create-docker-from-binary.sh @@ -47,6 +47,6 @@ for REG in ${EOSIO_REGS[@]}; do fi done -DOCKER_GEN="docker rmi eos_image:$BUILD_TAG" +DOCKER_GEN="docker rmi eosio_image:$BUILD_TAG" echo "Clean up base image" eval $DOCKER_GEN \ No newline at end of file