Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Docker Nginx
Commits
ef1780ce
Commit
ef1780ce
authored
Jun 13, 2022
by
name
Browse files
修改buid脚本
parent
df59fa8d
Changes
1
Show whitespace changes
Inline
Side-by-side
build.sh
View file @
ef1780ce
...
@@ -20,7 +20,7 @@ function build() {
...
@@ -20,7 +20,7 @@ function build() {
exit
1
exit
1
fi
fi
TAG_LATEST
=
"
${
MAJOR
}
.
${
MINOR
}
-latest
"
TAG_LATEST
=
"
${
MAJOR
}
.
${
MINOR
}
"
TAG_SPECIAL
=
"
${
MAJOR
}
.
${
MINOR
}
.
${
PATCH
}
"
TAG_SPECIAL
=
"
${
MAJOR
}
.
${
MINOR
}
.
${
PATCH
}
"
docker buildx build
\
docker buildx build
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment