mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-06-25 20:00:27 +08:00
fix(ci): correct Docker image tag generation
This commit is contained in:
parent
a618758174
commit
f17973d523
@ -77,6 +77,7 @@ jobs:
|
||||
add_tag "$tag"
|
||||
if [[ "$tag" =~ ^v([0-9]+\.[0-9]+\.[0-9]+.*)$ ]]; then
|
||||
add_tag "${BASH_REMATCH[1]}"
|
||||
add_tag "release-$tag"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user