-
Notifications
You must be signed in to change notification settings - Fork 700
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
Builds are not triggered on main branch so container image isn't produced #940
Comments
Agreed, we'll need to enable CI for pushes to |
|
I think the plus ('+') in the tag name is causing the failure. From the docker documentation:
|
Thanks for working through the fixes! Sorry these slipped through my testing. Looks like the image is available now: https://github.com/prometheus-community/windows_exporter/pkgs/container/windows-exporter 🥳 |
In #864 some logic was added to build a "bleeding edge" container:
windows_exporter/.github/workflows/ci.yml
Lines 180 to 185 in 5106b82
This doesn't trigger currently because the workflow only runs on PR's and tags:
windows_exporter/.github/workflows/ci.yml
Lines 5 to 12 in 5106b82
Adding a trigger like
would build, test and then push the bleeding edge image as well give a signal that main branch is healthy after the PR merge. @breed808 @carlpett any thoughts on this?
The text was updated successfully, but these errors were encountered: