Skip to content

Conversation

@tekenstam
Copy link
Member

Root Cause

In the merge-and-push job, the docker/build-push-action@v6 step was missing the file: ./Dockerfile parameter that specifies the location of the Dockerfile. This parameter was correctly specified in the build-image job but was missing in the final push step.

Solution

Added the missing file: ./Dockerfile parameter to the Create manifest list and push step in the merge-and-push job, allowing the action to locate the Dockerfile during the build process.

Testing

  • This change can be verified when the workflow runs on this branch

@tekenstam tekenstam requested review from a team as code owners April 14, 2025 20:32
@tekenstam tekenstam merged commit 444e1fb into master Apr 14, 2025
5 checks passed
@tekenstam tekenstam deleted the fix-image-build5 branch April 14, 2025 20:32
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.13%. Comparing base (8fc92f8) to head (0c07d76).
Report is 1 commits behind head on master.

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