Skip to content

Commit

Permalink
Plus sign not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeri committed Jun 17, 2024
1 parent 58dbc04 commit 9f661a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ function version_tags() {

# Extra tags
if [[ "$image_name" == "wikibase" ]]; then
tags+=("${WIKIBASE_VERSION}+mw-${MEDIAWIKI_VERSION}")
tags+=("${WIKIBASE_VERSION}-mw${MEDIAWIKI_VERSION}")
elif [[ "$image_name" == "elasticsearch" ]]; then
tags+=("${ELASTICSEARCH_WBS_VERSION}+${ELASTICSEARCH_VERSION}")
tags+=("${ELASTICSEARCH_WBS_VERSION}-${ELASTICSEARCH_VERSION}")
elif [[ "$image_name" == "wdqs" ]]; then
tags+=("${WDQS_WBS_VERSION}+${WDQS_VERSION}")
tags+=("${WDQS_WBS_VERSION}-${WDQS_VERSION}")
fi

printf "%s\n" "${tags[@]}"
Expand Down

0 comments on commit 9f661a9

Please sign in to comment.