Browse Source

Update config.yml

just with build
main
Francois Lannoy 6 years ago
parent
commit
53de0579d8
  1. 16
      .circleci/config.yml

16
.circleci/config.yml

@ -17,9 +17,7 @@ workflows:
- e2e
- lint
- test
- publish_image:
requires:
- build_docker
jobs:
build:
docker:
@ -88,15 +86,5 @@ jobs:
root: .
paths:
- ./image.tar
publish_image:
steps:
- attach_workspace:
at: /tmp/workspace
- setup_remote_docker
- run:
name: Login and Publish to DockerHub
command:
docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PASS
docker tag $IMAGE_NAME:latest $IMAGE_NAME:$CIRCLE_BUILD_NUM
docker push $IMAGE_NAME
Loading…
Cancel
Save