Skip to content

Commit

Permalink
Add shippable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justin8 committed Sep 7, 2016
1 parent 496e44a commit 7a063cf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .shippable.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7a063cf

Please sign in to comment.