Skip to content

Commit c47eff7

Browse files
committed
README update
1 parent 176bff0 commit c47eff7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@ CMD ["imgproxy"]
9595
EXPOSE 8080
9696
```
9797

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+
98113
## Author
99114

100115
Sergey "[DarthSim](https://github.com/DarthSim)" Alexandrovich

0 commit comments

Comments
 (0)