Skip to content

Commit

Permalink
Add setting the owner to respective dockerhbub username
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jun 22, 2021
1 parent cfd52c9 commit a8d9c46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributing/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ If there's agreement that the feature belongs in one or more of the core stacks:
If you use `make`, call:

```bash
OWNER={yourdockerhubusername}
make build/somestack-notebook
```

Expand Down
1 change: 1 addition & 0 deletions docs/contributing/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Please follow the process below to update a package version:
If you use `make`, call:

```bash
OWNER={yourdockerhubusername}
make build/somestack-notebook
```

Expand Down
1 change: 1 addition & 0 deletions docs/contributing/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Please follow the process below to add new tests:
If you use `make`, call:

```bash
OWNER={yourdockerhubusername}
make build/somestack-notebook
make test/somestack-notebook
```
Expand Down

0 comments on commit a8d9c46

Please sign in to comment.