mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-24 18:09:26 -05:00
parent
ddf959a475
commit
3326ca60d7
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