fix(ci): docker.yml

This commit is contained in:
charlesgauthereau
2026-01-11 14:30:52 +01:00
parent a67ff12786
commit f3eedf6f30
+1
View File
@@ -53,6 +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"
fi
echo "tags=$TAGS" >> $GITHUB_OUTPUT
echo "tags2=$TAGS2" >> $GITHUB_OUTPUT