mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:49:16 +00:00
Fix small mistake in github builds
This commit is contained in:
committed by
GitHub
parent
fadfc396ad
commit
b54b04265e
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -42,6 +42,7 @@ jobs:
|
||||
VERSION=nightly
|
||||
fi
|
||||
|
||||
TAGS="--tag ${DOCKER_IMAGE}:${VERSION}"
|
||||
if [[ $VERSION =~ ^(([0-9]{1,3})\.[0-9]{1,3})\.[0-9]{1,3}$ ]]; then
|
||||
VERSION_MINOR=${BASH_REMATCH[1]}
|
||||
VERSION_MAJOR=${BASH_REMATCH[2]}
|
||||
|
||||
Reference in New Issue
Block a user