mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-16 03:52:04 +00:00
Add push hook for docker automated build
This commit is contained in:
parent
caea3c0188
commit
f44811a08c
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