0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-24 18:09:26 -05:00

Replace gitea through forgejo

(cherry picked from commit c46f6bc4af)
This commit is contained in:
Schiriki 2024-05-28 00:21:02 +02:00 committed by github-actions[bot]
parent ddf959a475
commit 3326ca60d7

View file

@ -37,7 +37,7 @@ docker build -t {registry}/{owner}/{image}:{tag} .
docker tag {some-existing-image}:{tag} {registry}/{owner}/{image}:{tag}
```
where your registry is the domain of your gitea instance (e.g. gitea.example.com).
where your registry is the domain of your forgejo instance (e.g. forgejo.example.com).
For example, these are all valid image names for the owner `testuser`:
`forgejo.example.com/testuser/myimage`