-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add GitHub Actions workflow for Docker image CI #63
Conversation
Introduce a CI workflow to build and push Docker images for pgRouting using multiple PostgreSQL, PostGIS, and pgRouting versions. Workflow triggers include pushes, pull requests, and a weekly schedule, ensuring consistent builds and updates. Docker Hub authentication and image publishing are configured for main and develop branches.
This comment was marked as outdated.
This comment was marked as outdated.
@iosefa Thanks for creating this PR!
I want to try the above 2 things on my side, but are you okay with that ? |
@sanak sure! if you want to add those two things and work from here, that is fine with me. Thank you! |
Thanks for confirmation! |
Comment out matrix to match existing folders for test
Comment out minor version image test because the difference is only tag name
Hi @pgRouting/admins, @krashish8, @iosefa (CC: @smellman) Changes proposed in this pull request:
About DockerHub image push, I confirmed it on my account without extra image with the following diff.
The followings are a bit challenging, so I am planning to do those with another PRs.
|
Introduce a CI workflow to build and push Docker images for pgRouting using multiple PostgreSQL, PostGIS, and pgRouting versions. Workflow triggers include pushes, pull requests, and a weekly schedule, ensuring consistent builds and updates. Docker Hub authentication and image publishing are configured for main and develop branches.
Fixes #56 and #60.
Changes proposed in this pull request:
@pgRouting/admins