Add push hook for docker automated build

This commit is contained in:
Christophe Mehay 2019-05-12 16:02:35 +02:00 committed by Christophe Mehay
parent caea3c0188
commit f44811a08c

4
hooks/post_push Normal file
View file

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