We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da5eef commit 52e5aabCopy full SHA for 52e5aab
docs/content/usage/packages/container.en-us.md
@@ -69,7 +69,7 @@ For example:
69
docker push gitea.example.com/testuser/myimage:latest
70
```
71
72
-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:
73
74
```shell
75
docker tag {image}:{tag} gitea.example.com/{owner}/{image}:{tag}
0 commit comments