-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure image version consistency #426
Conversation
ifndef TAGMSG | ||
TAGMSG="CSI Spec 1.6" | ||
endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need the TAGMSG. We don't release or tag using this Makefile but rather TechOps builds. I suggest removing it unless it is also standard across repos in which case consistency may be useful.
|
||
tag: | ||
-git tag -d $(IMAGETAG) | ||
git tag -a -m $(TAGMSG) $(IMAGETAG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer to remove the TAGMSG.
The base branch was changed.
Image is tagged and built successfully.
|
Description
Set IMAGETAG through semver.mk and removed the unnecessary hardcoded fields
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration