Skip to content

Commit

Permalink
note about Quay login credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
clstokes committed Dec 3, 2015
1 parent 051f7d6 commit adf4764
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/source/docs/post-processors/docker-push.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ This post-processor has only optional configuration:

- `login_server` (string) - The server address to login to.

Note: When using _Docker Hub_, `login` must to be set to `true` and `login_email`,
`login_username`, **and** `login_password` must to be set to your Docker Hub
credentials. `login_server` can be omitted.
Note: When using _Docker Hub_ or _Quay_ registry servers, `login` must to be
set to `true` and `login_email`, `login_username`, **and** `login_password`
must to be set to your registry credentials. When using Docker Hub,
`login_server` can be omitted.

-> **Note:** If you login using the credentials above, the post-processor
will automatically log you out afterwards (just the server specified).
Expand Down

0 comments on commit adf4764

Please sign in to comment.