Fixed critical YAML syntax error in build_and_publish_docker.yml where
the entire workflow was duplicated starting at line 179, causing
"Invalid workflow file" error.
Changes:
- Removed duplicate workflow definition from line 179 onwards
- Preserved the corrected version with attestations: write permission
- Fixed YAML structure to be valid and parseable
This resolves the GitHub Actions workflow syntax validation error
and ensures the Docker build process can execute properly.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>