You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-tor-hidden-service/hooks/build

6 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 .