22
33# CI Storage
44
5- This repository is a combination of several tools which work in unison:
5+ This repository is a combination of several tools that work in unison:
66
77- [ Action: ci-storage] ( #action-ci-storage ) . A GitHub action which uses ci-storage command-line tool.
88- [ Command-line tool: ci-storage] ( https://github.com/dimikot/ci-storage/blob/main/ci-storage ) . The tool itself. It can be used stand-alone too.
@@ -175,22 +175,22 @@ jobs:
175175```
176176
177177
178- ## Command-line tool : ci-storage
178+ ## Command-Line Tool : ci-storage
179179
180180The command-line tool allows to run ci-storage manually.
181181
182182- [ See source code and description] ( https://github.com/dimikot/ci-storage/blob/main/ci-storage )
183183
184184
185- ## Docker image : ci-storage
185+ ## Docker Image : ci-storage
186186
187187A part of self-hosted runners infra representing the storage for ci-storage tool.
188188
189189- [ See README] ( https://github.com/dimikot/ci-storage/tree/main/docker/ci-storage )
190190- [ See Docker image: dimikot/ci-storage] ( https://github.com/dimikot/ci-storage/pkgs/container/ci-storage )
191191
192192
193- ## Docker image : ci-scaler
193+ ## Docker Image : ci-scaler
194194
195195A part of self-hosted runners infra which dynamically launches more self-hosted
196196runner spot instances when needed, recycles idle resources etc.
@@ -199,7 +199,7 @@ runner spot instances when needed, recycles idle resources etc.
199199- [ See Docker image: dimikot/ci-scaler] ( https://github.com/dimikot/ci-storage/pkgs/container/ci-scaler )
200200
201201
202- ## Docker image : ci-runner
202+ ## Docker Image : ci-runner
203203
204204A part of self-hosted runners infra representing GitHub Actions runner.
205205
0 commit comments