1
0

bump shopify-app

This commit is contained in:
nicolas.dorier
2025-04-09 20:30:18 +09:00
parent c09f6513b5
commit 9ac85f25a5
3 changed files with 8 additions and 8 deletions

View File

@@ -830,18 +830,18 @@ cd - && cd ..
# Build shopify-app-deployer
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.3/Dockerfile
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.4/Dockerfile
DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.3/Dockerfile
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.4/Dockerfile
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.3/Dockerfile
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.4/Dockerfile
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
echo "Building btcpayserver/shopify-app-deployer:1.3"
echo "Building btcpayserver/shopify-app-deployer:1.4"
git clone https://github.com/btcpayserver/shopify-app shopify-app-deployer
cd shopify-app-deployer
git checkout 1.3
git checkout 1.4
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "btcpayserver/shopify-app-deployer:1.3" .
docker build -f "$DOCKERFILE" -t "btcpayserver/shopify-app-deployer:1.4" .
cd - && cd ..