Add GitHub Actions workflows for ACA-Py Agent image build and publish#958
Merged
esune merged 4 commits intoopenwallet-foundation:mainfrom Feb 9, 2026
Merged
Conversation
- Updated `on_push_main.yaml` to include a new job for building the ACA-Py Agent. - Introduced `publish-agent.yml` workflow for publishing the ACA-Py Agent image on release. - Enhanced the trigger paths to include changes in the `docker/agent` directory. Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
Pull Request Test Coverage Report for Build 21770548921Details
💛 - Coveralls |
- Added on_release.yaml which will be used to handle releases reusing publish. - Removed the release trigger for publish. - reduce code duplication by removing publish-agent.yml Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
esune
requested changes
Feb 6, 2026
Member
esune
left a comment
There was a problem hiding this comment.
I think this will work well, just one small comment about consistency with image naming
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
esune
approved these changes
Feb 9, 2026
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.
This resolves #959
In this pr we automate the deployment of the acapy agent used by vc-authn having the release added to the repo and the version number corresponding with the current vc-authn release