fix: use Gitea as marketplace and registry

This commit is contained in:
Jason Song 2023-03-30 11:38:29 +08:00
parent 25478c9609
commit 41be163e3a
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5

View file

@ -348,9 +348,10 @@ It also downloads some docker images from Docker Hub by default, which also requ
However, internet access is not strictly necessary.
You can configure your Gitea instance to fetch actions or images from your intranet facilities.
In fact, your Gitea instance can serve as both the actions marketplace and the image registry.
<!-- TODO: how? https://discord.com/channels/322538954119184384/323701541297192961/1088945511639289937 -->
In fact, your Gitea instance can serve as both the actions marketplace and the image registry.
You can mirror actions repositories from GitHub to your Gitea instance, and use them as normal.
And [Gitea Container Registry](https://docs.gitea.io/en-us/usage/packages/container/) can be used as a Docker image registry.
#### Connection 4, job containers to internet