Fix makefile task names
This commit is contained in:
parent
d250b97b43
commit
7bd62f5c0a
4 changed files with 7 additions and 7 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue