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

Add github action to publish docker image #4685

Merged
merged 1 commit into from
Dec 25, 2022

Conversation

nobodyiam
Copy link
Member

What's the purpose of this PR

Add github action to publish docker image

Which issue(s) this PR fixes:

Fixes #4674

Brief changelog

  • add docker publish workflow
  • support arm64 architecture
  • update apollo release guide

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Read the Contributing Guide before making this pull request.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit tests to verify the code.
  • Run mvn clean test to make sure this pull request doesn't break anything.
  • Update the CHANGES log.

@nobodyiam nobodyiam requested a review from a team December 24, 2022 12:21
@codecov
Copy link

codecov bot commented Dec 24, 2022

Codecov Report

Merging #4685 (f79bdee) into master (8dd3071) will increase coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #4685      +/-   ##
============================================
+ Coverage     47.20%   47.23%   +0.02%     
- Complexity     1659     1661       +2     
============================================
  Files           349      349              
  Lines         10691    10691              
  Branches       1062     1062              
============================================
+ Hits           5047     5050       +3     
+ Misses         5339     5334       -5     
- Partials        305      307       +2     
Impacted Files Coverage Δ
...o/openapi/filter/ConsumerAuthenticationFilter.java 94.11% <0.00%> (-5.89%) ⬇️
...mework/apollo/openapi/service/ConsumerService.java 58.46% <0.00%> (+1.53%) ⬆️
...framework/apollo/openapi/entity/ConsumerAudit.java 48.48% <0.00%> (+6.06%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nobodyiam
Copy link
Member Author

image

@nobodyiam nobodyiam merged commit fed54f7 into apolloconfig:master Dec 25, 2022
@nobodyiam nobodyiam deleted the publish-docker branch December 25, 2022 01:10
@github-actions github-actions bot locked and limited conversation to collaborators Dec 25, 2022
@nobodyiam nobodyiam added this to the 2.1.0 milestone Feb 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker images to support Arm architecture
2 participants