diff --git a/docs/tutorial.md b/docs/tutorial.md index 56eed53cce0..b0fe5196b45 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -237,6 +237,7 @@ kubectl create secret docker-registry regcred \ --docker-password= \ --docker-email= ``` +(If Docker Hub is used, then arg docker-server must be set to 'index.docker.io') You must also specify a `ServiceAccount` that uses this `secret` to execute your `TaskRun`: