Skip to content

Commit

Permalink
Update docs/content/usage/packages/container.en-us.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KN4CK3R authored Feb 16, 2024
1 parent ae5a3ce commit ec7cc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/usage/packages/container.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 gitea instance (e.g. gitea.example.com).
For example, these are all valid image names for the owner `testuser`:

`gitea.example.com/testuser/myimage`
Expand Down

0 comments on commit ec7cc43

Please sign in to comment.