Skip to content

Commit

Permalink
Merge pull request #52 from CircleCI-Public/docker
Browse files Browse the repository at this point in the history
Push to circleci dockerhub repo
  • Loading branch information
Zachary Scott authored Aug 7, 2018
2 parents 476d3ff + f2504d0 commit b2905c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1

orbs:
codecov: circleci/[email protected]
Expand Down Expand Up @@ -78,9 +78,9 @@ jobs:
- run:
name: Build Docker Image
command: |
docker build -t circlecidx/circleci-cli:0.1.$CIRCLE_BUILD_NUM .
docker build -t circleci/circleci-cli:0.1.$CIRCLE_BUILD_NUM .
docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD
docker push circlecidx/circleci-cli:0.1.$CIRCLE_BUILD_NUM
docker push circleci/circleci-cli:0.1.$CIRCLE_BUILD_NUM
- save_cache:
key: v2-goreleaser-{{ checksum "~/goreleaser_amd64.deb" }}
paths: [~/goreleaser_amd64.deb]
Expand Down

0 comments on commit b2905c6

Please sign in to comment.