Skip to content

Commit

Permalink
Docker Tag Information in Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wienans authored Feb 4, 2024
1 parent 9bea276 commit 1633a74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/usage/packages/container.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ For example, these are all valid image names for the owner `testuser`:

## Push an image

Before pushing an image it needs to be taged with the following command:

```shell
docker tag {image}:{tag} gitea.example.com/{owner}/{image}:{tag}
```

Push an image by executing the following command:

```shell
Expand Down

0 comments on commit 1633a74

Please sign in to comment.