File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ cd "${DIR}"
12
12
export DOCKER_IMAGE=baudneo/nginx-proxy-manager
13
13
export MAINTAINER=
" baudneo <[email protected] >"
14
14
export REPO_OWNER=" baudneo"
15
- export BASE_TAG=' local_upgrade '
15
+ export BASE_TAG=' local_latest '
16
16
17
17
export TARGETPLATFORM=amd64
18
18
export BUILD_VERSION=dev
19
19
export BUILD_COMMIT=
20
20
export BUILD_DATE=" $( date ' +%Y-%m-%d %T %Z' ) "
21
21
export SSL_CERTS_PATH=" /etc/ssl/certs/GTS_Root_R1.pem"
22
- echo -e " ${BLUE} ❯ ${CYAN} Running ${RED} 'scripts/frontend-build'${RESET} "
22
+ echo -e " ${YELLOW} ❯❯ ❯ ${CYAN} Running ${RED} 'scripts/frontend-build'${RESET} "
23
23
bash ./scripts/frontend-build
24
24
# Build
25
25
echo -e " ${BLUE} ❯ ${CYAN} Building Image [${DOCKER_IMAGE} ] with tag: ${YELLOW}${BASE_TAG}${CYAN} ...${RESET} "
Original file line number Diff line number Diff line change 3
3
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
4
4
. " $DIR /.common.sh"
5
5
6
- DOCKER_IMAGE=baudneo/nginx-full:certbot -node
6
+ DOCKER_IMAGE=baudneo/nginx-full:local_certbot -node
7
7
8
8
# Ensure docker exists
9
9
if hash docker 2> /dev/null; then
You can’t perform that action at this time.
0 commit comments