Skip to content

Commit

Permalink
change dockerhub namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiptog81 committed Nov 1, 2020
1 parent a239c88 commit b9106d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
test:
docker:
- image: circleci/python:3.8
environment:
IMAGE_NAME: activeloopai/hub
steps:
- checkout
- run:
Expand Down Expand Up @@ -70,6 +68,8 @@ jobs:
deploy:
docker:
- image: circleci/python:3.8
environment:
IMAGE_NAME: snarkai/hub
steps:
- checkout
- run:
Expand Down

0 comments on commit b9106d2

Please sign in to comment.