From b356aa29ae3b0558ae2c0e87ce59e70323f510d5 Mon Sep 17 00:00:00 2001 From: Vahid Date: Wed, 12 Jun 2024 09:46:00 -0400 Subject: [PATCH] Update website/docs/advanced/docker/automated.md Co-authored-by: Mark Walker --- website/docs/advanced/docker/automated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.