Skip to content
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

migrate to github actions #190

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

HarrisonWAffel
Copy link
Contributor

Summary

We need to migrate off of drone and onto github actions

Occurred changes and/or fixed issues

Drop drone file, add release workflow to github actions

A successful release run can be seen here: https://github.com/HarrisonWAffel/wins/actions/runs/9038294743
The resulting docker images are here: https://hub.docker.com/r/harrisonwaffel/wins/tags

@@ -0,0 +1,46 @@
<#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason why this ins't a mage target? just curious, I have 0 context around wins

Copy link
Contributor Author

@HarrisonWAffel HarrisonWAffel May 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wins doesn't have any docker utils that can be used easily by our mage files, and adding them may be a waste of time depending on how we want to standardize CI across all of the windows repos. So, yes it could be a mage target but for the sake of time and to avoid some of that work being undone in the future I opted for a simple powershell script instead.

Copy link
Contributor

@jakefhyde jakefhyde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving for sanity, but should probably have @aiyengar2 review for correctness

@HarrisonWAffel HarrisonWAffel merged commit 3b12f14 into rancher:main May 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants