Merge pull request #26 from cmehay/doc
Add push hook for docker automated build
This commit is contained in:
commit
b0564669ac
1 changed files with 4 additions and 0 deletions
4
hooks/post_push
Normal file
4
hooks/post_push
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker tag $IMAGE_NAME ${repoName}:latest
|
||||||
|
docker push ${repoName}:latest
|
||||||
Loading…
Add table
Add a link
Reference in a new issue