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