Skip to content

Commit 060c418

Browse files
committed
Remove manual image build
Since we have set up automated builds on master and tags.
1 parent ef24f5b commit 060c418

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

circle.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,3 @@ test:
1212
- docker build --tag=$IMAGE_NAME .
1313
override:
1414
- docker run $IMAGE_NAME --version
15-
16-
deployment:
17-
tagged:
18-
tag: /.*/
19-
commands:
20-
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
21-
- docker tag $IMAGE_NAME $IMAGE_NAME:$CIRCLE_TAG
22-
- docker push $IMAGE_NAME:$CIRCLE_TAG

0 commit comments

Comments
 (0)