Skip to content

Commit 867acba

Browse files
authored
Add release instructions to README
Added instructions for creating a GitHub Release for automatic image builds. Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
1 parent 31ccaa4 commit 867acba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ Use this command to find the path to proto files included in the image:
8282
```
8383
docker run --rm -it --entrypoint=/bin/sh jaegertracing/protobuf:latest -c "find /usr/include -name *.proto"
8484
```
85+
86+
# Releases
87+
88+
To release a new version create a new [GitHub Release](https://github.com/jaegertracing/docker-protobuf/releases) and the image will be built and published automatically with the release vesion.

0 commit comments

Comments
 (0)