mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-30 13:10:43 +00:00
final fix for workflow on post merge
This commit is contained in:
parent
fe34356822
commit
8bdedf25a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/MLPipelinePostMerge.yml
vendored
2
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -217,7 +217,7 @@ 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}')
|
latest_version=$(gto show ${REGISTER_MODEL_NAME}@latest --ref | awk -F"@" '{print $2}')
|
||||||
|
|
||||||
echo ${new_tag}
|
echo ${new_tag}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue