diff --git a/Makefile b/Makefile index 681c174..b324f5a 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ gha-build: ./containers --manifest=$(CONTAINER_NS)/$(BIN_NAME):latest gha-push: gha-build - @echo "Pushing Container Images" + @echo "Publish the Container Images" $(CONTAINER_BUILD) manifest push clean: