Skip to content

Conversation

@tekenstam
Copy link
Member

@tekenstam tekenstam commented Apr 15, 2025

This PR updates the .github/workflows/image-push.yml workflow to:

  • Use the ${{ github.event.repository.name }} variable instead of the hardcoded instance-manager string, making the workflow portable and reusable.
  • Add a step with softprops/action-gh-release to automatically update the GitHub Release with Docker image links and attestation information for release tags.

Why?

  • Easier to copy and maintain workflows across multiple repos.
  • Reduces risk of copy-paste errors.
  • Improves release transparency and user experience.

- Replace all hardcoded 'instance-manager' strings with ${{ github.event.repository.name }} to make the workflow portable across repositories.
- Add a step using softprops/action-gh-release to automatically update the GitHub Release with Docker image links and attestation information when a release tag is built.

Signed-off-by: Todd Ekenstam <[email protected]>
@tekenstam tekenstam requested review from a team as code owners April 15, 2025 17:30
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.13%. Comparing base (2935436) to head (e6e30fa).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #483   +/-   ##
=======================================
  Coverage   46.13%   46.13%           
=======================================
  Files          40       40           
  Lines        7004     7004           
=======================================
  Hits         3231     3231           
  Misses       3617     3617           
  Partials      156      156           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tekenstam tekenstam merged commit 69fd9be into master Apr 15, 2025
7 checks passed
@tekenstam tekenstam deleted the ci/use-repo-name-variable-in-image-push branch April 15, 2025 19:11
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.

3 participants