note about Quay login credentials
This commit is contained in:
parent
051f7d6ee6
commit
adf4764c82
|
@ -29,9 +29,10 @@ This post-processor has only optional configuration:
|
||||||
|
|
||||||
- `login_server` (string) - The server address to login to.
|
- `login_server` (string) - The server address to login to.
|
||||||
|
|
||||||
Note: When using _Docker Hub_, `login` must to be set to `true` and `login_email`,
|
Note: When using _Docker Hub_ or _Quay_ registry servers, `login` must to be
|
||||||
`login_username`, **and** `login_password` must to be set to your Docker Hub
|
set to `true` and `login_email`, `login_username`, **and** `login_password`
|
||||||
credentials. `login_server` can be omitted.
|
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
|
-> **Note:** If you login using the credentials above, the post-processor
|
||||||
will automatically log you out afterwards (just the server specified).
|
will automatically log you out afterwards (just the server specified).
|
||||||
|
|
Loading…
Reference in New Issue