File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ a template for building jupyterhub-compatible docker images with repo2docker and
7
7
8
8
1 ) click the "Use this template" button to create a repo copy
9
9
10
- 1 ) create an image registry on DockerHub matching username/reponame
11
- For example: https://hub.docker.com/repository/docker/scottyhq/repo2docker-githubci
10
+ 1 ) create dockerhub account that matches your github username
11
+ (could make this configurable)
12
+ For example: https://hub.docker.com/u/scottyhq
12
13
13
14
1 ) add DOCKER_USERNAME and DOCKER_PASSWORD to repo encrypyted secrets
14
15
https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets
@@ -37,5 +38,5 @@ docker rm repo2docker
37
38
38
39
### or run on a binderhub
39
40
Just point to the image in a seperate repo containing notebooks you want to run:
40
-
41
+ https://github.com/scottyhq/githubci-binder-example
41
42
You can’t perform that action at this time.
0 commit comments