docker-tor-hidden-service/hooks/post_push

5 lines
92 B
Text
Raw Permalink Normal View History

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