From b509b04c949641e38a7843e864996f935e33b5af Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 4 Feb 2024 02:21:27 -0500 Subject: Add missing step to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1805c6d..673c90e 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,6 @@ Inside this repository are 6 major components: 4. Docker image builders. Like the above two as well, only building the combined Docker images. -5. Script infrastructure to handle coordinating these builds from the main repos on a release trigger. +5. Script infrastructure to handle coordinating builds from the main repos on a release trigger. + +6. The GitHub Actions CI to build all the above. -- cgit