From 051f7d6ee65892182e4bc0fe0b4eb3c081a04216 Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Wed, 2 Dec 2015 18:59:34 -0800 Subject: [PATCH 1/2] note about Docker Hub login requirements --- website/source/docs/post-processors/docker-push.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/post-processors/docker-push.html.markdown b/website/source/docs/post-processors/docker-push.html.markdown index 9657e27b7..938521629 100644 --- a/website/source/docs/post-processors/docker-push.html.markdown +++ b/website/source/docs/post-processors/docker-push.html.markdown @@ -29,6 +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:** If you login using the credentials above, the post-processor will automatically log you out afterwards (just the server specified). From adf4764c8268f8d381e8ce029ae6d3058ea6e8e2 Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Wed, 2 Dec 2015 19:06:37 -0800 Subject: [PATCH 2/2] note about Quay login credentials --- .../source/docs/post-processors/docker-push.html.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/source/docs/post-processors/docker-push.html.markdown b/website/source/docs/post-processors/docker-push.html.markdown index 938521629..3a5247320 100644 --- a/website/source/docs/post-processors/docker-push.html.markdown +++ b/website/source/docs/post-processors/docker-push.html.markdown @@ -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).