From 7a063cf990f5ca531ada9c8b856d7aa768b4583f Mon Sep 17 00:00:00 2001 From: Justin Dray Date: Thu, 8 Sep 2016 00:46:03 +1000 Subject: [PATCH] Add shippable.yml --- .shippable.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .shippable.yml diff --git a/.shippable.yml b/.shippable.yml new file mode 100644 index 0000000..cd03fbd --- /dev/null +++ b/.shippable.yml @@ -0,0 +1,18 @@ +language: none + +build: + pre_ci: + - env + - image=${REPO_NAME#*-} + - echo $image + - docker build --no-cache -t justin8/$image . + - docker images + push: + - image=${REPO_NAME#*-} + - echo "Pushing justin8/$image:$version" + - docker push justin8/$image:latest + +integrations: + hub: + - integrationName: dockerhub + type: docker