From 064d6ad221d175568c33f6574cd463a1d8b78a3b Mon Sep 17 00:00:00 2001 From: Ted B Date: Tue, 4 Dec 2018 16:36:43 +1100 Subject: [PATCH 1/2] Automated builds was still referring to Services I've tested and following the steps to [create an automated build](https://docs.docker.com/docker-hub/builds/#create-an-automated-build) no longer creates a service setup. Instead it creates a web hook correctly, however the builds documentation was outdated. Using exist image for the Webhooks from the GitHub page that was already updated. --- docker-hub/builds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-hub/builds.md b/docker-hub/builds.md index 73cdcf6d8e..7a673d057d 100644 --- a/docker-hub/builds.md +++ b/docker-hub/builds.md @@ -102,9 +102,9 @@ repositories using the `docker push` command. ![Home page](images/home-page.png) - Within GitHub, a Docker integration appears in your repositories Settings > Webhooks & services page. + Within GitHub, a Docker Hub Webhook appears in your repositories Settings > Webhooks page. - ![GitHub](images/docker-integration.png) + ![GitHub](images/github-webhook.png) A similar page appears in Bitbucket if you use that code repository. Be careful to leave the Docker integration in place. Removing it causes your From 20124d467f87e20b44b9b6a960b20ae9ab6f3b13 Mon Sep 17 00:00:00 2001 From: L-Hudson <44844738+L-Hudson@users.noreply.github.com> Date: Fri, 7 Dec 2018 15:47:37 -0500 Subject: [PATCH 2/2] Update builds.md editorial crx --- docker-hub/builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/builds.md b/docker-hub/builds.md index 7a673d057d..1d31773c10 100644 --- a/docker-hub/builds.md +++ b/docker-hub/builds.md @@ -102,7 +102,7 @@ repositories using the `docker push` command. ![Home page](images/home-page.png) - Within GitHub, a Docker Hub Webhook appears in your repositories Settings > Webhooks page. + Within GitHub, a Docker Hub webhook appears in your repositories Settings > Webhooks page. ![GitHub](images/github-webhook.png)