1
0

pr changes

This commit is contained in:
Andrew Camilleri
2018-09-29 18:03:09 +02:00
parent 1e3215144e
commit a756f91c1c
2 changed files with 5 additions and 5 deletions

View File

@@ -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