aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CIBestPractices.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/CIBestPractices.rst')
-rw-r--r--llvm/docs/CIBestPractices.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CIBestPractices.rst b/llvm/docs/CIBestPractices.rst
index 855e2cc..a2270da 100644
--- a/llvm/docs/CIBestPractices.rst
+++ b/llvm/docs/CIBestPractices.rst
@@ -146,7 +146,7 @@ for LLVM infrastructure.
Using Fully Qualified Container Names
-------------------------------------
-When referencing container images from a registry, such as in Github Actions
+When referencing container images from a registry, such as in GitHub Actions
workflows, or in ``Dockerfile`` files used for building images, prefer fully
qualified names (i.e., including the registry domain) over just the image.
For example, prefer ``docker.io/ubuntu:24.04`` over ``ubuntu:24.04``. This