mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 07:12:27 +00:00
wip
This commit is contained in:
parent
472ab4b5ca
commit
a241e3cb90
2
.github/workflows/build-syncthing.yaml
vendored
2
.github/workflows/build-syncthing.yaml
vendored
@ -673,7 +673,7 @@ jobs:
|
|||||||
echo Release version, pushing to :latest and version tags
|
echo Release version, pushing to :latest and version tags
|
||||||
major=${version%.*.*}
|
major=${version%.*.*}
|
||||||
minor=${version%.*}
|
minor=${version%.*}
|
||||||
tags=syncthing/syncthing:$version,syncthing/syncthing:$major,syncthing/syncthing:$minor,syncthing/syncthing:latest )
|
tags=syncthing/syncthing:$version,syncthing/syncthing:$major,syncthing/syncthing:$minor,syncthing/syncthing:latest
|
||||||
elif [[ $version == *-rc.@([0-9]|[0-9][0-9]) ]] ; then
|
elif [[ $version == *-rc.@([0-9]|[0-9][0-9]) ]] ; then
|
||||||
echo Release candidate, pushing to :rc
|
echo Release candidate, pushing to :rc
|
||||||
tags=syncthing/syncthing:rc
|
tags=syncthing/syncthing:rc
|
||||||
|
Loading…
Reference in New Issue
Block a user