diff --git a/local-build.sh b/local-build.sh index 912ccc2d..1915d0db 100755 --- a/local-build.sh +++ b/local-build.sh @@ -12,14 +12,14 @@ cd "${DIR}" export DOCKER_IMAGE=baudneo/nginx-proxy-manager export MAINTAINER="baudneo " export REPO_OWNER="baudneo" -export BASE_TAG='local_upgrade' +export BASE_TAG='local_latest' export TARGETPLATFORM=amd64 export BUILD_VERSION=dev export BUILD_COMMIT= export BUILD_DATE="$(date '+%Y-%m-%d %T %Z')" export SSL_CERTS_PATH="/etc/ssl/certs/GTS_Root_R1.pem" -echo -e "${BLUE}❯ ${CYAN}Running ${RED}'scripts/frontend-build'${RESET}" +echo -e "${YELLOW}❯❯❯ ${CYAN}Running ${RED}'scripts/frontend-build'${RESET}" bash ./scripts/frontend-build # Build echo -e "${BLUE}❯ ${CYAN}Building Image [${DOCKER_IMAGE}] with tag: ${YELLOW}${BASE_TAG}${CYAN}...${RESET}" diff --git a/scripts/frontend-build b/scripts/frontend-build index 55b5245f..38d768c3 100755 --- a/scripts/frontend-build +++ b/scripts/frontend-build @@ -3,7 +3,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" . "$DIR/.common.sh" -DOCKER_IMAGE=baudneo/nginx-full:certbot-node +DOCKER_IMAGE=baudneo/nginx-full:local_certbot-node # Ensure docker exists if hash docker 2>/dev/null; then