Skip to content

Commit a2875b5

Browse files
committed
fix script
1 parent 8ab3530 commit a2875b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push-image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PROJECT_NAME="ts"
44
REPO_NAME="soulteary/prebuilt-nginx-modules"
5-
RELEASE_DIR="./modules";
5+
RELEASE_DIR="./docker";
66

77
for subVer in $RELEASE_DIR/*; do
88
set -a

0 commit comments

Comments
 (0)