-
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 #771
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raphaelzoellner
force-pushed
the
main
branch
from
December 28, 2023 10:05
ed6b88e
to
f96e310
Compare
jaqx0r
reviewed
Dec 29, 2023
raphaelzoellner
force-pushed
the
main
branch
2 times, most recently
from
January 2, 2024 16:10
22658ab
to
ad9eee9
Compare
jaqx0r
reviewed
Jan 7, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #771 +/- ##
=======================================
Coverage 56.76% 56.76%
=======================================
Files 66 66
Lines 6923 6923
=======================================
Hits 3930 3930
Misses 2724 2724
Partials 269 269 ☔ View full report in Codecov by Sentry. |
jaqx0r
added a commit
that referenced
this pull request
Jan 7, 2024
Move the `goreleaser` permissions directly onto the job rather than the whole workflow, as #771 is going to add a second job with different requirements.
jaqx0r
added a commit
that referenced
this pull request
Jan 7, 2024
Move the `goreleaser` permissions directly onto the job rather than the whole workflow, as #771 is going to add a second job with different requirements.
Benchmark ResultBenchmark diff with base
|
auto-merge was automatically disabled
January 24, 2024 13:48
Head branch was pushed to by a user without write access
jaqx0r
previously approved these changes
Jan 24, 2024
auto-merge was automatically disabled
February 7, 2024 07:54
Head branch was pushed to by a user without write access
auto-merge was automatically disabled
February 7, 2024 07:54
Pull request was closed
jaqx0r
approved these changes
Feb 7, 2024
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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