chore(release): 1.2.0

This commit is contained in:
charlesgauthereau
2026-01-18 15:21:37 +01:00
parent b546556d08
commit 25c7702127
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
TAGS2="${{ inputs.image_name2 }}:$REF_NAME"
if [[ "${{ inputs.add_latest }}" == "true" ]]; then
TAGS="$TAGS,${{ inputs.image_name }}:latest"
TAGS2="$TAGS2,${{ inputs.image_name }}:latest"
TAGS2="$TAGS2,${{ inputs.image_name2 }}:latest"
fi
echo "tags=$TAGS" >> $GITHUB_OUTPUT
echo "tags2=$TAGS2" >> $GITHUB_OUTPUT