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

CI: fix image build ci. #3065

Merged
merged 4 commits into from
May 10, 2023
Merged

CI: fix image build ci. #3065

merged 4 commits into from
May 10, 2023

Conversation

lingdie
Copy link
Collaborator

@lingdie lingdie commented May 10, 2023

🤖 Generated by Copilot at b100486

Summary

🛠️📝🛠️

This pull request refactors the GitHub workflows for building and pushing controller, service, and frontend images to use a matrix strategy and a common script for resolving the tag names. It also adds some output statements for debugging purposes.

matrix.module now
builds and pushes images
autumn refactoring

Walkthrough

  • Refactor the workflows for controllers and services to use a matrix strategy for building and pushing multiple images (link, link)
  • Modify the resolve-tag-image.sh script to accept inputs from the workflow and write the tag_name variable to the $GITHUB_OUTPUT file (link)
  • Use the tag_name variable from the resolve-tag-image.sh script in the workflow for frontend (link)

(cherry picked from commit 6f8a73b)
@codecov
Copy link

codecov bot commented May 10, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (266200f) 72.30% compared to head (6df64fa) 72.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3065   +/-   ##
=======================================
  Coverage   72.30%   72.30%           
=======================================
  Files           8        8           
  Lines         603      603           
=======================================
  Hits          436      436           
  Misses        132      132           
  Partials       35       35           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cuisongliu cuisongliu merged commit fc7a761 into labring:main May 10, 2023
68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants