Skip to content

Conversation

@tekenstam
Copy link
Member

@tekenstam tekenstam commented Apr 14, 2025

What this PR does / why we need it

This PR fixes the image-push workflow that was failing with the error "No credentials found for registry keikoproj". The issue was caused by not explicitly specifying the Docker registry, causing Docker to interpret "keikoproj" as a registry name rather than an organization on DockerHub.

Changes made

  • Added explicit docker.io/ prefix to all Docker image references in the workflow
  • Updated build outputs configuration to use the fully qualified image name
  • Updated attestation subject names to use consistent registry references

How to verify it

The image-push GitHub Action workflow should now successfully authenticate and push images to both DockerHub and GitHub Container Registry.

@tekenstam tekenstam requested review from a team as code owners April 14, 2025 18:10
@tekenstam tekenstam merged commit 002b453 into master Apr 14, 2025
7 checks passed
@tekenstam tekenstam deleted the fix/docker-registry-prefix branch April 14, 2025 18:11
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.13%. Comparing base (8dd20b1) to head (1d60a0b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #477   +/-   ##
=======================================
  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.

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