mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-07-12 13:28:58 +00:00
commit
136e0bd0fc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/MLPipelinePostMerge.yml
vendored
3
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -195,11 +195,12 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
new_tag=${REGISTER_MODEL_NAME}#dev#${increment_version}
|
new_tag=${REGISTER_MODEL_NAME}#dev#${increment_version}
|
||||||
|
latest_version=$(gto show model@latest --ref | awk -F"@" '{print $2}')
|
||||||
|
|
||||||
echo ${new_tag}
|
echo ${new_tag}
|
||||||
|
|
||||||
git pull #Get new model registry md file changes
|
git pull #Get new model registry md file changes
|
||||||
git tag -a ${new_tag} -m "Registering Latest Version to Dev"
|
git tag -a ${new_tag} -m "Assigning stage dev to artifact temp version ${latest_version}"
|
||||||
git push origin ${new_tag}
|
git push origin ${new_tag}
|
||||||
|
|
||||||
gto show > MODEL_REGISTRY.md
|
gto show > MODEL_REGISTRY.md
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue