mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 13:59:12 +00:00
5 lines
86 B
Text
5 lines
86 B
Text
|
#!/bin/bash
|
||
|
|
||
|
docker tag $IMAGE_NAME ${repoName}:latest
|
||
|
docker push ${repoName}:latest
|