Fix leftover quotes
Build and push mlflow container / Create mlflow tag (push) Successful in 5s Details
Build and push mlflow container / Build and push mlflow container (push) Has been skipped Details

This commit is contained in:
LordMathis 2024-01-31 14:37:52 +01:00
parent c2ee71d40d
commit e4ad246590
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
echo "Tag already exists" echo "Tag already exists"
echo "created=false" >> $GITHUB_OUTPUT echo "created=false" >> $GITHUB_OUTPUT
else else
git tag ${{ steps.mlflow.outputs.mlflow }}" git tag ${{ steps.mlflow.outputs.mlflow }}
git push origin ${{ steps.mlflow.outputs.mlflow }} git push origin ${{ steps.mlflow.outputs.mlflow }}
echo "created=true" >> $GITHUB_OUTPUT echo "created=true" >> $GITHUB_OUTPUT
fi fi