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 24c65843c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
hooks/post_push Normal file
View file

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