add feature branch devel builds

This commit is contained in:
John
2022-09-11 17:37:07 +02:00
parent 45f92f6d5c
commit fb4666cd1e
3 changed files with 7 additions and 3 deletions
+3
View File
@@ -27,6 +27,9 @@ if [[ -z "$1" ]]; then
target=image
outputFmt='-o type=docker,type=registry'
tagsuffix=':devel'
if [[ -n "$GIT_BRANCH" ]] && [[ "x$GIT_BRANCH" != "xmaster" ]]; then
tagsuffix="$tagsuffix-$GIT_BRANCH"
fi
elif [[ "x$1" = "xrelease" ]]; then
namesuffix='.release'
target=image