mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:19:18 +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
|
VERSION=nightly
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
TAGS="--tag ${DOCKER_IMAGE}:${VERSION}"
|
||||||
if [[ $VERSION =~ ^(([0-9]{1,3})\.[0-9]{1,3})\.[0-9]{1,3}$ ]]; then
|
if [[ $VERSION =~ ^(([0-9]{1,3})\.[0-9]{1,3})\.[0-9]{1,3}$ ]]; then
|
||||||
VERSION_MINOR=${BASH_REMATCH[1]}
|
VERSION_MINOR=${BASH_REMATCH[1]}
|
||||||
VERSION_MAJOR=${BASH_REMATCH[2]}
|
VERSION_MAJOR=${BASH_REMATCH[2]}
|
||||||
|
|||||||
Reference in New Issue
Block a user