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(GHA): Add workflow for creating docker image (LLC-2388) #895

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lydiamross
Copy link
Contributor

@lydiamross lydiamross commented Mar 29, 2023

Closes LLC-2388

@lydiamross lydiamross changed the title ci(GHA): Add workflow for creating docker image ci(GHA): Add workflow for creating docker image (LLC-2388) Apr 14, 2023
version=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
# Strip "v" prefix from tag name
[[ "${{ github.ref }}" == "refs/tags/"* ]] && version=$(echo $version | sed -e 's/^v//')
echo "::set-output name=version::$version"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: deprecated

@codecov
Copy link

codecov bot commented Apr 21, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02 ⚠️

Comparison is base (7e0f319) 93.92% compared to head (96cab12) 93.91%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #895      +/-   ##
==========================================
- Coverage   93.92%   93.91%   -0.02%     
==========================================
  Files         655      655              
  Lines        7146     7146              
  Branches      795      795              
==========================================
- Hits         6712     6711       -1     
  Misses        314      314              
- Partials      120      121       +1     

see 1 file with indirect coverage changes

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant