You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/02/28 14:38:49 UTC

[camel-k] branch master updated: chore(make): fix images-push target

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new cd0bbc5  chore(make): fix images-push target
cd0bbc5 is described below

commit cd0bbc51f3c0f3b4668ae6bda892b270e2f5253c
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Feb 28 13:56:40 2019 +0100

    chore(make): fix images-push target
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 67adaef..57dfb00 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -95,7 +95,7 @@ images-dev: test package-artifacts
 	operator-sdk build $(IMAGE_NAME):$(VERSION)
 
 images-push:
- 	docker push $(IMAGE_NAME):$(VERSION)
+	docker push $(IMAGE_NAME):$(VERSION)
 
 set-version:
 	./script/set_version.sh $(VERSION)