docker-tor-hidden-service/hooks/post_push

5 lines
86 B
Text
Raw Normal View History

#!/bin/bash
docker tag $IMAGE_NAME ${repoName}:latest
docker push ${repoName}:latest