-
Notifications
You must be signed in to change notification settings - Fork 0
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
add support for custom tag in gitops template #266
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
recheck |
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.
If I understand the change correctly, the custom tag is always preferred. Does this mean that you only create releases with the custom tag? Otherwise, you use the normal logic? 🤔 If this is the case, I would adapt the documentation as it only affects the prod tag.
Correct; we have a monorepo and want to tag with I'll update the docs and rerequest review. |
Co-authored-by: Falk Puschner <[email protected]>
Type of Change
Description
see Staffbase/gitops-github-action#89
Checklist