Skip to content

Conversation

@sveneisenschmidt
Copy link
Owner

Problem:

  • Manual Docker build workflow failed with "open Dockerfile: no such file or directory"
  • The workflow was missing the 'file' parameter pointing to docker/Dockerfile.build
  • Docker build action defaults to looking for 'Dockerfile' in the root directory

Solution:

  • Add 'file: ./docker/Dockerfile.build' parameter to build-push-action
  • This matches the configuration in release-on-merge.yml workflow
  • Manual Docker builds will now work correctly

Problem:
- Manual Docker build workflow failed with "open Dockerfile: no such file or directory"
- The workflow was missing the 'file' parameter pointing to docker/Dockerfile.build
- Docker build action defaults to looking for 'Dockerfile' in the root directory

Solution:
- Add 'file: ./docker/Dockerfile.build' parameter to build-push-action
- This matches the configuration in release-on-merge.yml workflow
- Manual Docker builds will now work correctly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@sveneisenschmidt sveneisenschmidt merged commit 83df4ff into main Oct 21, 2025
5 checks passed
@sveneisenschmidt sveneisenschmidt deleted the claude/fix-manual-docker-build-011CUKpnHxDfW3KADeKPsbtJ branch October 21, 2025 06:29
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