Skip to content

Commit 3cf169c

Browse files
mordantehawkinsw
andauthored
[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 <[email protected]>
1 parent 32466e5 commit 3cf169c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,22 @@
77
#===----------------------------------------------------------------------===##
88
#
99
# This file defines the buildkite and github actions builder images.
10-
# You can build & push both images using:
10+
# You can build both images using:
1111
#
1212
# docker compose build
13-
# docker compose push
1413
#
15-
# Or you can select a single image to build & push using:
14+
# Or you can select a single image to build
1615
#
1716
# docker compose build buildkite-builder
18-
# docker compose push buildkite-builder
1917
#
2018
# The final images can be found at
2119
#
2220
# ghcr.io/libcxx/buildkite-builder
2321
# ghcr.io/libcxx/actions-builder
2422
# ghcr.io/libcxx/android-buildkite-builder
2523
#
26-
# Members of the github.com/libcxx/ organizations have permissions required to push new images.
24+
# Members of the github.com/libcxx/ organizations can push new images to the CI.
25+
# This is done by GitHub actions in the https://github.com/libcxx/builders repo.
2726
#
2827
# ===----------------------------------------------------------------------===##
2928
# Running the buildkite image

0 commit comments

Comments
 (0)