eclipse-tractusx / digital-product-pass

Eclipse Tractus-X Digital Product Pass - An application for visualizing Digital Product Passports, Battery Passports and Transmission Passports, it is the reference implementation of the EcoPass KIT
https://github.com/eclipse-tractusx/digital-product-pass
Apache License 2.0
22 stars 14 forks source link

Backend and Frontend Image Workflow for Docker are not Working #278

Closed matbmoser closed 5 months ago

matbmoser commented 5 months ago

Current Behavior

Backend: image https://github.com/eclipse-tractusx/digital-product-pass/actions/runs/8707847347 Frontend: image https://github.com/eclipse-tractusx/digital-product-pass/actions/runs/8707847351

Expected Behavior

image

Problems:

All the workflow steps that were shared are not moved to the respective steps, after refactor for splitting the logic in between two different jobs

Missing checkout repository for frontend:

https://github.com/eclipse-tractusx/digital-product-pass/compare/v2.2.0..15e73dbc005481d78c315ca22e1e9f29cee8c9f6#diff-e2568d644336fa1d58208a8dc4dbb8ab90925066d7916f8eee597ac8ad297d4fL59-L62

Missing build java for backend: https://github.com/eclipse-tractusx/digital-product-pass/compare/v2.2.0..15e73dbc005481d78c315ca22e1e9f29cee8c9f6#diff-bcb4660648686ea5e55a0ca08b6ec2f8e2713d20c9a722f55560526df29bc8b7L62-L63

saudkhan116 commented 5 months ago

Fixed the issues in respective workflow files:

Last successfull runs: Frontend: https://github.com/eclipse-tractusx/digital-product-pass/actions/runs/8709170583 Backend: https://github.com/eclipse-tractusx/digital-product-pass/actions/runs/8709170587

Solved in: https://github.com/eclipse-tractusx/digital-product-pass/commit/646e4f5f6fb137e51ed258caaabd78266312f377