Resolving make target typo for nodelabeler img

This change addresses the typo that causes Zuul failure [0]

[0] https://zuul.opendev.org/t/openstack/build/11454e25473f4911899da99b059047db

Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
Change-Id: I929abc3b11114ee696c72437493fa4a9c6803294
This commit is contained in:
Alexander Hughes 2021-01-19 09:48:14 -05:00
parent 36b14784e1
commit 317ead809b
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ docker-build-nodelabeler:
docker-push-controller:
docker push ${CONTROLLER_IMG}
# Push the node_labeler docker image
docker-push-node-labeler:
# Push the nodelabeler docker image
docker-push-nodelabeler:
docker push ${NODE_LABELER_IMG}
# find or download controller-gen