mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-16 03:52:04 +00:00
4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/bash
|
|
|
|
docker tag $IMAGE_NAME ${DOCKER_REPO}:latest
|
|
docker push ${DOCKER_REPO}:latest
|