]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
Add instructions for releasing 1/head
authorTim Lucas <t@toolmantim.com>
Wed, 13 Mar 2019 00:12:36 +0000 (11:12 +1100)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Wed, 13 Mar 2019 13:24:33 +0000 (14:24 +0100)
README.md

index 8322299fc2896c3289afcf2edc4ccd5558a38d88..ea05d3052c81a156d150919781459e02ba69442c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,3 +13,9 @@ See the [example directory](example) for a complete Docker Compose example, show
 ## Dependent Services
 
 This 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.
+
+## Releasing
+
+1. Create a new release on GitHub. The image is tagged with the same version as Puppeteer.
+2. Docker Hub automatically builds images for the tag.
+3. There is no step 3.