aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2019-03-13 11:12:36 +1100
committerPaul Bonaud <paul.bonaud@fretlink.com>2019-03-13 14:24:33 +0100
commit79b430f2e322f2607d3139a31c35e64c3b22cb08 (patch)
treed0e16ea15a01718f8c8e15c8e38acf52f61997d6
parent8d456d13652bcdf4055a9eb248f9a22a7bfc052e (diff)
downloaddocker-puppeteer-79b430f2e322f2607d3139a31c35e64c3b22cb08.tar.gz
docker-puppeteer-79b430f2e322f2607d3139a31c35e64c3b22cb08.tar.zst
docker-puppeteer-79b430f2e322f2607d3139a31c35e64c3b22cb08.zip
Add instructions for releasing
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8322299..ea05d30 100644
--- a/README.md
+++ b/README.md
@@ -13,3 +13,9 @@ See the [example directory](example) for a complete Docker Compose example, show
13## Dependent Services 13## Dependent Services
14 14
15This image includes [wait-for-it.sh](https://github.com/vishnubob/wait-for-it) which can be useful if you need to wait for a dependent web service to start accepting requests before your Puppeteer container attempts connecting to it. See [the example](example) for usage. 15This image includes [wait-for-it.sh](https://github.com/vishnubob/wait-for-it) which can be useful if you need to wait for a dependent web service to start accepting requests before your Puppeteer container attempts connecting to it. See [the example](example) for usage.
16
17## Releasing
18
191. Create a new release on GitHub. The image is tagged with the same version as Puppeteer.
202. Docker Hub automatically builds images for the tag.
213. There is no step 3.