mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-19 21:39:13 +00:00
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
Reference in a new issue