0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-23 17:59:25 -05:00

Replace gitea through forgejo

This commit is contained in:
Schiriki 2024-05-28 00:21:02 +02:00
parent 77e3e1205f
commit c46f6bc4af
No known key found for this signature in database
GPG key ID: 1184A3B5793D79AA

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`