Skip to content

Commit

Permalink
Changed to private docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiao committed Oct 5, 2020
1 parent cee7146 commit 7b7f1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# name: Install Docker client
# command: apk add docker-cli
- run: |
docker login -u $DOCKERREPO_USER -p $DOCKERREPO_PASSWORD
docker login -u $DOCKERREPO_USER -p $DOCKERREPO_PASSWORD cloud.canister.io:5000
make build && make docker && make publish
- run: make test

0 comments on commit 7b7f1f1

Please sign in to comment.