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

Combine docker build trigger workflow files #261

Closed
AlexAxthelm opened this issue Mar 6, 2024 · 0 comments · Fixed by #265
Closed

Combine docker build trigger workflow files #261

AlexAxthelm opened this issue Mar 6, 2024 · 0 comments · Fixed by #265

Comments

@AlexAxthelm
Copy link
Collaborator

We currently maintain 3 workflow files that trigger docker builds:

  • build-Docker-image-nightly.yml
  • build-Docker-image-on-push-to-main.yml
  • build-Docker-image-on-push-to-pr.yml

Which call the same docker build and push workflow. The differences between these files are minimal, and would be a good candidate to be merged to a single file with multiple trigger.

@AlexAxthelm AlexAxthelm linked a pull request Mar 7, 2024 that will close this issue
AlexAxthelm added a commit that referenced this issue Mar 7, 2024
closes #261 
closes #262


Merge workflows into a single file with multiple event triggers. Reduce
maintenance burden from multiple similar files, and ensure workflows are
run consistently.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants