pr changes
This commit is contained in:
4
build.sh
4
build.sh
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$BTCPAYGEN_DOCKER_IMAGE" == "build" ]
|
||||
if [ "$BTCPAYGEN_DOCKER_IMAGE" == "btcpayserver/docker-compose-generator:local" ]
|
||||
then
|
||||
docker build docker-compose-generator --tag build
|
||||
docker build docker-compose-generator --tag $BTCPAYGEN_DOCKER_IMAGE
|
||||
else
|
||||
docker pull ${BTCPAYGEN_DOCKER_IMAGE:-"btcpayserver/docker-compose-generator"}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user