1
0

Bump shopify-app-deployer

This commit is contained in:
nicolas.dorier
2025-03-22 00:04:56 +09:00
parent f97850780f
commit 3a102e9588
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.2/Dockerfile
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.3/Dockerfile
DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.2/Dockerfile
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.3/Dockerfile
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.2/Dockerfile
# https://raw.githubusercontent.com/btcpayserver/shopify-app/1.3/Dockerfile
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
echo "Building btcpayserver/shopify-app-deployer:1.2"
echo "Building btcpayserver/shopify-app-deployer:1.3"
git clone https://github.com/btcpayserver/shopify-app shopify-app-deployer
cd shopify-app-deployer
git checkout 1.2
git checkout 1.3
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "btcpayserver/shopify-app-deployer:1.2" .
docker build -f "$DOCKERFILE" -t "btcpayserver/shopify-app-deployer:1.3" .
cd - && cd ..