mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-07-02 16:18:14 +08:00
fix(ci): correct Docker image tag generation
This commit is contained in:
parent
1c47943bc4
commit
8ba235ad7c
@ -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