Added KV Config support and updated build scripts
This commit is contained in:
@@ -10,7 +10,7 @@ export DOCKER_BUILDKIT=1
|
||||
|
||||
TARGET=${1:-latest}
|
||||
|
||||
[ ! -d \"src/vendor\" ] && sh -c "cd src; go mod vendor"
|
||||
[ ! -d "src/vendor" ] && sh -c "cd src; go mod vendor"
|
||||
|
||||
echo "Building tmp $BUILDER_IMAGE image..."
|
||||
docker build --rm -t $BUILDER_IMAGE -f Dockerfile.builder .
|
||||
|
||||
Reference in New Issue
Block a user