Skip to content

Commit

Permalink
Fix typo in DOCKER_REGISTRY_USERNAME (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilikedata authored and katrogan committed Jan 23, 2020
1 parent 3cd8eb8 commit b1e0a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsts/user/getting_started/create_first.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If you have the flyte sandbox installed on your local machine, the image will be

To upload to a remote registry, use ::

DOCKER_REGISRY_USERNAME={username} DOCKER_REGISTRY_PASSWORD={pass} REGISTRY=docker.io make docker_build
DOCKER_REGISTRY_USERNAME={username} DOCKER_REGISTRY_PASSWORD={pass} REGISTRY=docker.io make docker_build

Replace the values above with your registry username, password, and registry endpoint.

Expand Down

0 comments on commit b1e0a56

Please sign in to comment.