Merge pull request #26 from cmehay/doc

Add push hook for docker automated build
This commit is contained in:
Christophe Mehay 2019-05-12 16:03:34 +02:00 committed by GitHub
commit b0564669ac

4
hooks/post_push Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
docker tag $IMAGE_NAME ${repoName}:latest
docker push ${repoName}:latest