Add commit message to tag
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:00:34 +01:00
parent 90c8eb9c08
commit 9e29f8c1f0
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 }}
git tag ${{ steps.mlflow.outputs.mlflow }} -m "Tag ${{ steps.mlflow.outputs.mlflow }}"
git push origin ${{ steps.mlflow.outputs.mlflow }}
echo "created=true" >> $GITHUB_OUTPUT
fi