Add GitHub Actions workflow for automated Docker image builds#1
Add GitHub Actions workflow for automated Docker image builds#1rajpratik71 wants to merge 1 commit intoopendata-oss:masterfrom
Conversation
Implements CI/CD pipeline to build and push Docker images to GitHub Container Registry on push to master, tag creation, and pull requests. Uses docker/Dockerfile.build with caching and automatic tag generation based on branch, PR, semver, and commit SHA Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
72f0212 to
d732688
Compare
|
Successful execution of workflow happened at Performance-Eng#1 |
|
@hachikuji for review |
|
Thanks for the patch! It looks like you did a similar patch upstream openmessaging#450. Once that is checked in, we can merge it here. This fork is focused on the opendata driver which we hope to push upstream once it is stable. We're unlikely to push docker images directly from here. |
Sure, let's see. I see very less activity in the upstream and seen this fork is actively developed , so raised it here also. |
@hachikuji looks like there is no activity or update on openmessaging#450 PR and overall project itself. So, are you guys looking to maintain this fork as active fork ? If yes, can you please re-open and merge this PR. |
Implements CI/CD pipeline to build and push Docker images to GitHub Container Registry on push to master, tag creation, and pull requests. Uses docker/Dockerfile.build with caching and automatic tag generation based on branch, PR, semver, and commit SHA.