tor-container/hooks/post_push

4 lines
92 B
Bash

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