action run master-121
This commit is contained in:
@@ -46,6 +46,6 @@ runs:
|
|||||||
if [[ "$TAG_COMMIT" == "true" ]]; then
|
if [[ "$TAG_COMMIT" == "true" ]]; then
|
||||||
TAG_NAME="image-$IMAGE_REMOTE_TAG"
|
TAG_NAME="image-$IMAGE_REMOTE_TAG"
|
||||||
echo "tagging commit with $TAG_NAME"
|
echo "tagging commit with $TAG_NAME"
|
||||||
git tag "$TAG_NAME"
|
git tag -f "$TAG_NAME"
|
||||||
git push origin $TAG_NAME
|
git push -f origin $TAG_NAME
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user