From b9febaa6f6fe1497567594c80be5bcf139c48a27 Mon Sep 17 00:00:00 2001 From: FG Ribreau Date: Tue, 12 Jan 2016 14:32:01 +0100 Subject: [PATCH] fix(circle): updated circle.yml --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 4503497..6614991 100644 --- a/circle.yml +++ b/circle.yml @@ -23,6 +23,7 @@ deployment: latest: tag: /v[0-9]+(\.[0-9]+)*/ commands: + - echo $image - docker push $image latest: branch: master