Fix makefile task names

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-05-31 12:53:57 -04:00
parent d250b97b43
commit 7bd62f5c0a
4 changed files with 7 additions and 7 deletions

View file

@ -76,7 +76,7 @@ if [[ "${USE_EXISTING_IMAGE}" == "true" ]]; then
docker pull "${IMAGE}-${ARCH}:${TAG}"
else
echo -e "${BGREEN}Building ingress controller image${NC}"
make -C "${KUBE_ROOT}" build "sub-container-${ARCH}"
make -C "${KUBE_ROOT}" build "sub-image-${ARCH}"
fi
CONTEXT=$(kubectl config current-context)