Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: irisdingbj <shaojun.ding@intel.com>
  • Loading branch information
irisdingbj committed Jun 5, 2024
1 parent a0604cd commit 865aefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices-connector/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ docker.push:
@echo "Push manager Docker image..."
$(CONTAINER_TOOL) push $(DOCKER_REGISTRY)/${CTR_IMG}:$(VERSION)
@echo "Push router Docker image..."
$(CONTAINER_TOOL) push $(DOCKER_REGISTRY)/${ROUTER_IMG}:$(VERSION)
$(CONTAINER_TOOL) push $(DOCKER_REGISTRY)/${ROUTER_IMG}:$(VERSION)


## Clean up build binaries
Expand Down

0 comments on commit 865aefa

Please sign in to comment.