We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176bff0 commit c47eff7Copy full SHA for c47eff7
1 file changed
README.md
@@ -95,6 +95,21 @@ CMD ["imgproxy"]
95
EXPOSE 8080
96
```
97
98
+## Build the new version
99
+
100
+git tag the new release:
101
102
+```
103
+git tag v4.0.2
104
+git push origin master --tags
105
106
107
+This will start the build of the new version.
108
109
+## Build a test version
110
111
+Create and push the branch named `test/foobar`. It will build and push `:test-foobar` docker tag.
112
113
## Author
114
115
Sergey "[DarthSim](https://github.com/DarthSim)" Alexandrovich
0 commit comments