mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 05:49:11 +00:00
4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/bash
|
|
|
|
docker tag $IMAGE_NAME ${repoName}:latest
|
|
docker push ${repoName}:latest
|