Skip to content

Commit 0ced2f0

Browse files
committed
Merge branch 'master' of github.com:penumbra23/ngx-http-auth-jwt-module
2 parents a23ed3c + 6ccbb9f commit 0ced2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ NC='\033[0m'
77

88
export ORG_NAME=${ORG_NAME:-teslagov}
99
export IMAGE_NAME=${IMAGE_NAME:-jwt-nginx}
10-
export FULL_IMAGE_NAME=${ORG_NAME}/${IMAGE_NAME}
10+
export FULL_IMAGE_NAME="teslagovnginx" #${ORG_NAME}/${IMAGE_NAME}
1111
export CONTAINER_NAME_PREFIX=${CONTAINER_NAME_PREFIX:-jwt-nginx-test}
12-
export NGINX_VERSION=${NGINX_VERSION:-1.24.0}
12+
export NGINX_VERSION=${NGINX_VERSION:-1.25.1}
1313

1414
all() {
1515
build_module

0 commit comments

Comments
 (0)