From 3f36fedd5507becb129b4345fceef828b042ddee Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Mon, 20 Oct 2025 15:29:16 -0400 Subject: [PATCH] build for 1.0.4-test. --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 3024c435..b2708a40 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -export APPS_JSON='[ +export APPS_JSON='[ { "url": "https://githaven.org/Shiloh/brotherton-erpnext", "branch": "production" @@ -8,10 +8,10 @@ export APPS_JSON='[ { "url": "https://github.com/frappe/hrms", "branch": "v15.15.0" - } + }, ]' export APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0) -export TAG=1.0.1 # Change this +export TAG="1.0.4-test" # Change this docker build --platform=linux/amd64 \ --build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \ --build-arg=FRAPPE_BRANCH=v15.15.0 \ @@ -20,4 +20,4 @@ docker build --platform=linux/amd64 \ --build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \ --tag=githaven.org/shiloh/frappe_docker:$TAG \ --file=images/custom/Containerfile . -docker push githaven.org/shiloh/frappe_docker:$TAG \ No newline at end of file +docker push githaven.org/shiloh/frappe_docker:$TAG