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

@ -57,8 +57,8 @@ if [[ ${KUBE_CLIENT_VERSION} -lt 14 ]]; then
exit 1
fi
echo "[dev-env] building container"
make build container
echo "[dev-env] building image"
make build image
docker tag "${REGISTRY}/nginx-ingress-controller-${ARCH}:${TAG}" "${DEV_IMAGE}"
export K8S_VERSION=${K8S_VERSION:-v1.18.0@sha256:0e20578828edd939d25eb98496a685c76c98d54084932f76069f886ec315d694}