Skip to content
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

Consolidate Docker Publish Workflows into a Single Workflow #43

Open
Tracked by #12
UsamaSadiq opened this issue Oct 23, 2024 · 0 comments
Open
Tracked by #12

Consolidate Docker Publish Workflows into a Single Workflow #43

UsamaSadiq opened this issue Oct 23, 2024 · 0 comments
Assignees

Comments

@UsamaSadiq
Copy link
Member

UsamaSadiq commented Oct 23, 2024

Description

  • Consolidate the existing workflows for multiple IDAs in a single file utilizing the duplicate steps as a single workflow hence reducing redundancy

We can use the same steps and add the config parameters in the matrix at the beginning of the workflow. No need to create a separate config file for this.
The matrix will include:

  • the name of IDA (to be used in image name and Dockerfile),
  • the email of the owning team for the notification (skip the step if owning team email is empty)
  • the platforms list (default will be linux/amd64)

Adding a matrix will enable us to run all jobs in parallel without affecting each other in case of failure. You may need to introduce a flag similar to continue-on-error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants