Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the correct dockerhub repo (#582)
use the one we push to in jenkinsfile ``` kubectl get pods front-end-staging-f5b475878-kdqpj 0/1 ErrImagePull 0 4s kubectl describe pod front-end-staging-f5b475878-kdqpj ... pulling image "zooniverse/fe-project:0646cd983059a46e5e11eaf1cfb2359b15f01b4a" ... Failed to pull image "zooniverse/fe-project:0646cd983059a46e5e11eaf1cfb2359b15f01b4a": rpc error: code = Unknown desc = Error response from daemon: manifest for zooniverse/fe-project:0646cd983059a46e5e11eaf1cfb2359b15f01b4a not found ... Error: ErrImagePull ... Back-off pulling image "zooniverse/fe-project:0646cd983059a46e5e11eaf1cfb2359b15f01b4a" ```
- Loading branch information