feat(auth):Build and push Container image multi arch using github workflow[#116] #130
Merged
youngtaekiim merged 5 commits intoJul 17, 2025
Conversation
feat(auth):Build and push Container image multi arch using github workflow[#116]
Contributor
Author
|
Hey @youngtaekiim, Thanks!! |
Contributor
@akshaylg0314 Overall, you've written a very good Dockerfile, but there are a few things you'll want to fix. |
feat(auth):Changes for address review comments[#116]
Contributor
|
further work |
Contributor
Author
@youngtaekiim I got Your point i will check on this part to copy only binary and reduce image size thanks!! |
chaehee-lim
pushed a commit
to chaehee-lim/pullpiri
that referenced
this pull request
Sep 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Build and push Container image multi arch using github workflow
🔗 Related Issue
Closes #116
🧪 Test Method
Github Action should run and check based on the Code change.
Release Process will trigger through:-
git tag v1.0.0
git push origin v1.0.0
Below is the link for GitHub Action run for the pull request from the CD-Pipeline branch of my fork to the refactoring branch:
https://github.com/akshaylg0314/pullpiri/actions/runs/16338464085
Dummy uploaded multi-architecture container images to GHCR, using these changes:
🔗 Example server Image 1
🔗 Example agent Image 2
🔗 Example player Image 3
This demonstrates the release automation pipeline is functioning correctly — including license report generation, artifact uploads, and QueVee metadata integration and build and push container to ghcr
✅ Checklist
[✅] Code conventions are followed
[✅] Tests are added/modified
[✅] Documentation is updated (if necessary)