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:
parent
77e3e1205f
commit
c46f6bc4af
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue