Skip to content

Commit 1633a74

Browse files
authored
Docker Tag Information in Docs
1 parent 9bea276 commit 1633a74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/usage/packages/container.en-us.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ For example, these are all valid image names for the owner `testuser`:
5151

5252
## Push an image
5353

54+
Before pushing an image it needs to be taged with the following command:
55+
56+
```shell
57+
docker tag {image}:{tag} gitea.example.com/{owner}/{image}:{tag}
58+
```
59+
5460
Push an image by executing the following command:
5561

5662
```shell

0 commit comments

Comments
 (0)