-
Notifications
You must be signed in to change notification settings - Fork 102
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 Master releases via Github Actions #820
Conversation
Actually, I can just make a separate action in a separate repo for current time. |
/kind enhancement |
Fixes #125 |
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.
/lgtm
- master | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest |
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.
are you sure we want ubuntu version changing underneath us?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gerred, kensipe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
what the hell @kudo-ci |
@kensipe yes that's fine, it's the virtual machine underneath. See https://help.github.com/en/articles/virtual-environments-for-github-actions |
This adds a workflow and an action for generating out a KUDO controller Docker image with Github actions based on master.
Sorry about committing node_modules, it's required for JS actions, which is required for outputs. :(