-
Notifications
You must be signed in to change notification settings - Fork 378
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
Publish docker image to GitHub Container Registry #710
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Unit Test Results 1 files 27 suites 4m 25s ⏱️ Results for commit d35900b. |
Benchmark ResultBenchmark diff with base
|
Codecov Report
@@ Coverage Diff @@
## main #710 +/- ##
=======================================
Coverage 56.64% 56.64%
=======================================
Files 66 66
Lines 7448 7448
=======================================
Hits 4219 4219
Misses 2975 2975
Partials 254 254 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Please resolve the cla/google check. |
This PR has been waiting for an update for more than 60 days and wlil be closed in 7 if no update is provided. |
Adds a docker image build and push to release workflow/job.
The resulting docker image is pushed to the Github Container Registry (not on pull requests).
The image name is based on the Github Repository path and should result in
ghcr.io/google/mtail
.closes #674