Skip to content

Commit

Permalink
Revert "Publish image automatically (#201)"
Browse files Browse the repository at this point in the history
This reverts commit 922be04.
  • Loading branch information
Phil Sturgeon committed Nov 15, 2018
1 parent 922be04 commit 78d6bea
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml
Expand Up @@ -42,21 +42,6 @@ jobs:
- image: circleci/node:8
<<: *shared

build-image:
machine: true
steps:
- checkout
- run: docker build -t speccy:$CIRCLE_SHA1 .

push-image:
machine: true
steps:
- checkout
- run: docker build -t speccy:$CIRCLE_SHA1 .
- run: docker login
- run: docker tag speccy:$CIRCLE_SHA1 wework/speccy:latest
- run: if [ "$CIRCLE_TAG" != "" ]; then docker tag speccy:$CIRCLE_SHA1 wework/speccy:$CIRCLE_TAG; fi;

workflows:
version: 2
commit:
Expand All @@ -65,14 +50,3 @@ workflows:
- node-10
- node-9
- node-8
- build-image

deploy:
jobs:
- push-image:
filters:
branches:
only: master
tags:
only: /.*/

0 comments on commit 78d6bea

Please sign in to comment.