Skip to content

Commit 52e5aab

Browse files
committed
Retry the push afterwards
1 parent 7da5eef commit 52e5aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For example:
6969
docker push gitea.example.com/testuser/myimage:latest
7070
```
7171

72-
If you run into the error "An image does not exist locally with the tag" simply run the following command:
72+
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:
7373

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

0 commit comments

Comments
 (0)