From 3cf169ca160eaf5464503fbd93d73ee1d8597936 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Mon, 25 Mar 2024 18:53:55 +0100 Subject: [PATCH] [libc++][CI] Updates the documentation. (#85264) The documentation mentions manually pushing Docker images to the CI. The preferred way is to use the proper GitHub action. This updates the documentation. --------- Co-authored-by: Will Hawkins --- libcxx/utils/ci/Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile index 178cba41593388..db88da20b977a8 100644 --- a/libcxx/utils/ci/Dockerfile +++ b/libcxx/utils/ci/Dockerfile @@ -7,15 +7,13 @@ #===----------------------------------------------------------------------===## # # This file defines the buildkite and github actions builder images. -# You can build & push both images using: +# You can build both images using: # # docker compose build -# docker compose push # -# Or you can select a single image to build & push using: +# Or you can select a single image to build # # docker compose build buildkite-builder -# docker compose push buildkite-builder # # The final images can be found at # @@ -23,7 +21,8 @@ # ghcr.io/libcxx/actions-builder # ghcr.io/libcxx/android-buildkite-builder # -# Members of the github.com/libcxx/ organizations have permissions required to push new images. +# Members of the github.com/libcxx/ organizations can push new images to the CI. +# This is done by GitHub actions in the https://github.com/libcxx/builders repo. # # ===----------------------------------------------------------------------===## # Running the buildkite image