Skip to content

Commit

Permalink
Retry the push afterwards
Browse files Browse the repository at this point in the history
  • Loading branch information
wienans authored Feb 4, 2024
1 parent 88aa2f1 commit 3e03aca
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 @@ -69,7 +69,7 @@ For example:
docker push gitea.example.com/testuser/myimage:latest
```

If you run into the error "An image does not exist locally with the tag" simply run the following command:
If you run into the error "An image does not exist locally with the tag" simply run the following command and retry the push afterwards:

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

0 comments on commit 3e03aca

Please sign in to comment.