@if[-z"$(HARBOR_PROJECT)"];then echo"Error: HARBOR_PROJECT is empty. Please specify a registry prefix to push. Example: make push HARBOR_PROJECT=csu-harbor.csst.nao:10443/csst/";exit 1;fi
@if[-z"$(HARBOR_IMAGE_PREFIX)"];then echo"Error: HARBOR_IMAGE_PREFIX is empty. Please specify HARBOR_API_URL/HARBOR_API_PROJECT or HARBOR_IMAGE_PREFIX before push.";exit 1;fi