diff --git a/website/docs/advanced/docker/automated.md b/website/docs/advanced/docker/automated.md index d7b88147e..18a0b6b08 100644 --- a/website/docs/advanced/docker/automated.md +++ b/website/docs/advanced/docker/automated.md @@ -123,7 +123,7 @@ job fails and all images are discarded. This job is triggered when **a pull request is merged or a commit is pushed to the `main` branch.** Similar to the [`Test Images Build`](#build) job, -it builds Docker images; however, in addition, +it builds Docker images. In addition, this job also pushes the built images to the GCR and ACR, and updates their list. The job fails if it cannot successfully run all the steps.