From 4d91e7b55dfe3e46443875f899c43e96cae778b4 Mon Sep 17 00:00:00 2001 From: action-runner Date: Tue, 4 Nov 2025 05:31:48 +0000 Subject: [PATCH] action run master-121 --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 22580ec..944d756 100644 --- a/action.yaml +++ b/action.yaml @@ -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