mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-22 06:49:10 +00:00
commit
4d76ed30ef
2 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ test:
|
||||||
tox
|
tox
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
git tag v$(TOR_VERSION)
|
git tag v$(TOR_VERSION) -f
|
||||||
|
|
||||||
check:
|
check:
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
|
|
3
hooks/build
Normal file
3
hooks/build
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker build --build-arg tor_version=${SOURCE_BRANCH:1} -f $DOCKERFILE_PATH -t $IMAGE_NAME .
|
Loading…
Add table
Reference in a new issue