build: remove unnecessary tag line in e2e

The comment on this block states that this line should be removed
after the multi-arch image action is merged in the Makefile.

Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
This commit is contained in:
Christopher M. Luciano 2020-05-07 12:26:27 -04:00
parent 29aa50d029
commit 5c65cf498e
No known key found for this signature in database
GPG key ID: 5148DBB31F2843F1

View file

@ -99,7 +99,6 @@ else
exit
fi
# Remove after https://github.com/kubernetes/ingress-nginx/pull/4271 is merged
docker tag ${REGISTRY}/nginx-ingress-controller-${ARCH}:${TAG} ${REGISTRY}/nginx-ingress-controller:${TAG}
# Preload images used in e2e tests