action run master-121

This commit is contained in:
action-runner
2025-11-04 05:31:48 +00:00
parent 0cf9441fd9
commit 4d91e7b55d

View File

@@ -46,6 +46,6 @@ runs:
if [[ "$TAG_COMMIT" == "true" ]]; then
TAG_NAME="image-$IMAGE_REMOTE_TAG"
echo "tagging commit with $TAG_NAME"
git tag "$TAG_NAME"
git push origin $TAG_NAME
git tag -f "$TAG_NAME"
git push -f origin $TAG_NAME
fi