Merge pull request #26 from cmehay/doc

Add push hook for docker automated build
pull/67/head
Christophe Mehay 5 years ago committed by GitHub
commit b0564669ac

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