mirror of https://github.com/docker/docs.git
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.
This commit is contained in:
parent
85c219eaf5
commit
064d6ad221
|
@ -102,9 +102,9 @@ repositories using the `docker push` command.
|
|||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue