-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build All Images Workflow #5
Conversation
@francesconazzaro @alexamici ready to merge. This will build all the images all at once. |
@Trik16 I don't think the complexity of .github/workflows/build-images.yml is worth it. I would prefer to merge without the status checks. We will need to check in the GitHub Actions tab. |
In the future, we can use that as a condition to automatize processes. For example, I can trigger the job that changes the newTag parameter only if all previous jobs are succeeded. To do that I need to check the status. |
Maybe I can save that and move in a dedicated [WIP] PR for the future. |
It could be like this: |
cURL request removed |
What this PR does
This PR introduces the ability to launch all image builds in the
cads-build-farm
repository for a release. This will be done by tagging automatically all images with a specific tag input into the github "Run Workflow" dropdown menu for the thebuild-images.yml
workflow.I've added
workflow_run
option to allow the workflows to be triggered bybuild-images.yml
workflow.