diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-02-04 02:21:27 -0500 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-02-04 02:21:27 -0500 |
commit | b509b04c949641e38a7843e864996f935e33b5af (patch) | |
tree | 8827a5d9427deff8cf3f7d342d128e663a9e9dd4 | |
parent | Add Docker build dockerfiles (diff) | |
download | jellyfin-packaging-b509b04c949641e38a7843e864996f935e33b5af.tar.gz jellyfin-packaging-b509b04c949641e38a7843e864996f935e33b5af.tar.bz2 jellyfin-packaging-b509b04c949641e38a7843e864996f935e33b5af.zip |
Add missing step to README
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |