Remove commit message from tag
Build and push mlflow container / Create mlflow tag (push) Failing after 4s 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:36:10 +01:00
parent 4d600ed607
commit c2ee71d40d
1 changed files with 1 additions and 1 deletions

View File

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