Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Updating to EOSIO name missing in te remove step
Browse files Browse the repository at this point in the history
  • Loading branch information
cocho-gore committed Jan 27, 2021
1 parent f758edd commit b3d2cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cicd/create-docker-from-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3d2cdc

Please sign in to comment.