mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-19 08:20:18 +00:00
Add push hook for docker automated build
This commit is contained in:
parent
d666d38974
commit
9b1936575c
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