Remove the JDK version and Forge version from our tags because we don't care about them

They're static for each version
This commit is contained in:
Salt 2022-06-14 13:59:11 -05:00
parent 1999a0c0d0
commit e057c808a8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ for mc in ${mcversions[@]}; do
jre="${jreversions[$mc]}"
CI_HUB_USERNAME="${CI_HUB_USERNAME:=rehashedsalt}"
CI_PROJECT_NAME="${CI_PROJECT_NAME:=minecraft-forge}"
tag="$CI_HUB_USERNAME/$CI_PROJECT_NAME:$mc-$forge-$jre-${CI_COMMIT_REF_NAME:=bleeding}"
tag="$CI_HUB_USERNAME/$CI_PROJECT_NAME:$mc-${CI_COMMIT_REF_NAME:=bleeding}"
echo "Building image..."
echo " Minecraft: $mc"
echo " Forge: $forge"