-
Notifications
You must be signed in to change notification settings - Fork 1
CI: use targets from docker-bake.hcl #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: use targets from docker-bake.hcl #103
Conversation
|
Thanks for the PR. I tried to fix the CI failure But it does not correct. The error is still present. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR modernizes the CI workflow by dynamically extracting build targets from the docker-bake.hcl file instead of maintaining a hardcoded list in the GitHub Actions workflow. This approach ensures the CI automatically stays in sync with the Docker build configuration.
Key changes:
- Added a new job to dynamically extract targets from the Docker bake file
- Replaced hardcoded target matrix with dynamically generated targets from the bake file
- Introduced dependency between jobs to pass extracted targets to the build job
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|



CI: gets targets from docker buildx file
I cannot test this on my fork as the ci requires a secret from this repo