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 per-push and per-tag container build #170

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

haydentherapper
Copy link
Contributor

Fixes #169

More or less a copy-paste of GitHub's example config for generating a container image and publishing it to GHCR. It will be automatically tagged as main or vX.Y.Z depending on the event.

Also publishes Sigstore provenance to the container!

Summary

Release Note

Documentation

@haydentherapper haydentherapper requested review from a team as code owners April 1, 2025 23:53
@haydentherapper haydentherapper changed the title Add per-push and per-tag container buidl Add per-push and per-tag container build Apr 1, 2025
Fixes sigstore#169

More or less a copy-paste of GitHub's example config for generating a
container image and publishing it to GHCR. It will be automatically
tagged as main or vX.Y.Z depending on the event.

Also publishes Sigstore provenance to the container!

Signed-off-by: Hayden B <8418760+haydentherapper@users.noreply.github.com>
Copy link

codecov bot commented Apr 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.95%. Comparing base (faee49c) to head (94d36ad).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #170   +/-   ##
=======================================
  Coverage   33.95%   33.95%           
=======================================
  Files          35       35           
  Lines        2668     2668           
=======================================
  Hits          906      906           
  Misses       1675     1675           
  Partials       87       87           

☔ 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.

@haydentherapper haydentherapper merged commit 0d6df4a into sigstore:main Apr 2, 2025
11 checks passed
@haydentherapper haydentherapper deleted the container branch April 2, 2025 17:41
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.

Publish container image
2 participants