File tree 1 file changed +6
-6
lines changed
docs/content/usage/packages
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ Images must follow this naming convention:
39
39
40
40
` {registry}/{owner}/{image} `
41
41
42
+ Name your image according to the convetion with the following command:
43
+
44
+ ``` shell
45
+ docker tag {image}:{tag} gitea.example.com/{owner}/{image}:{tag}
46
+ ```
47
+
42
48
For example, these are all valid image names for the owner ` testuser ` :
43
49
44
50
` gitea.example.com/testuser/myimage `
@@ -69,12 +75,6 @@ For example:
69
75
docker push gitea.example.com/testuser/myimage:latest
70
76
```
71
77
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:
73
-
74
- ``` shell
75
- docker tag {image}:{tag} gitea.example.com/{owner}/{image}:{tag}
76
- ```
77
-
78
78
## Pull an image
79
79
80
80
Pull an image by executing the following command:
You can’t perform that action at this time.
0 commit comments