-
Notifications
You must be signed in to change notification settings - Fork 21
Migrate from Drone to GH Actions #23
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 from Drone to GH Actions #23
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
5d63496
to
b0f8909
Compare
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.
Some comments
2566108
to
43855fe
Compare
9f0244d
to
4b4c920
Compare
Fix rancher/rancher#44988
Added draft GHA flows for test builds, and publication.
🚧⚠️ ⚠️ 🚧
Ref https://github.com/rancherlabs/eio/issues/2165 for the migration of associated secrets
See https://hub.docker.com/r/rancher/kube-api-auth/tags
for where the images live on Docker Hub.
The publication flow (
release.yml
) was tested with PR #25.The flow added here differs only in the trigger condition.
The test flow triggered on
push_request
whereas this here triggers onpublished release
.The action logs of the test run are at https://github.com/rancher/kube-api-auth/actions/runs/8738114342
The resulting image is at https://hub.docker.com/layers/rancher/kube-api-auth/pr-25/images/sha256-9f13ef730a7683a7eb91f1258d0129d5000a43c762605e234aa142d8f2a6d2fc
Its tag is
pr-25
, which was automatically chosen by thedocker/metadata-action@v5
, and is hopefully different enough to not be mistaken for a released version.