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:
parent
29aa50d029
commit
5c65cf498e
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ else
|
||||||
exit
|
exit
|
||||||
fi
|
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}
|
docker tag ${REGISTRY}/nginx-ingress-controller-${ARCH}:${TAG} ${REGISTRY}/nginx-ingress-controller:${TAG}
|
||||||
|
|
||||||
# Preload images used in e2e tests
|
# Preload images used in e2e tests
|
||||||
|
|
Loading…
Reference in a new issue