mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-16 03:52:04 +00:00
5 lines
147 B
Bash
5 lines
147 B
Bash
#!/bin/bash
|
|
v1="${SOURCE_BRANCH%-*}"
|
|
tor_version=${v1:1}
|
|
|
|
docker build --build-arg tor_version=${tor_version} -f $DOCKERFILE_PATH -t $IMAGE_NAME .
|