From a8d9c468a7d35dbda33ae902cc524db599519d8a Mon Sep 17 00:00:00 2001 From: Holden Karau Date: Mon, 21 Jun 2021 20:50:24 -0700 Subject: [PATCH] Add setting the owner to respective dockerhbub username --- docs/contributing/features.md | 1 + docs/contributing/packages.md | 1 + docs/contributing/tests.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/contributing/features.md b/docs/contributing/features.md index 54ecc15774..81ec860b70 100644 --- a/docs/contributing/features.md +++ b/docs/contributing/features.md @@ -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 ``` diff --git a/docs/contributing/packages.md b/docs/contributing/packages.md index d9fc9c7ed7..2cc99c4d1f 100644 --- a/docs/contributing/packages.md +++ b/docs/contributing/packages.md @@ -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 ``` diff --git a/docs/contributing/tests.md b/docs/contributing/tests.md index 58bed9092d..a6175420db 100644 --- a/docs/contributing/tests.md +++ b/docs/contributing/tests.md @@ -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 ```