Skip to content

Commit

Permalink
Underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeri committed Jun 18, 2024
1 parent 9f661a9 commit 5c0a1e7
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}_es${ELASTICSEARCH_VERSION}")
elif [[ "$image_name" == "wdqs" ]]; then
tags+=("${WDQS_WBS_VERSION}-${WDQS_VERSION}")
tags+=("${WDQS_WBS_VERSION}_wdqs${WDQS_VERSION}")
fi

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

0 comments on commit 5c0a1e7

Please sign in to comment.