Skip to content

Add GitHub Actions workflows for ACA-Py Agent image build and publish#958

Merged
esune merged 4 commits intoopenwallet-foundation:mainfrom
Gavinok:build-agent-image
Feb 9, 2026
Merged

Add GitHub Actions workflows for ACA-Py Agent image build and publish#958
esune merged 4 commits intoopenwallet-foundation:mainfrom
Gavinok:build-agent-image

Conversation

@Gavinok
Copy link
Contributor

@Gavinok Gavinok commented Feb 5, 2026

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

- 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>
@coveralls
Copy link

coveralls commented Feb 5, 2026

Pull Request Test Coverage Report for Build 21770548921

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.818%

Totals Coverage Status
Change from base Build 21254038777: 0.0%
Covered Lines: 2089
Relevant Lines: 2352

💛 - 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>
@Gavinok Gavinok requested a review from esune February 5, 2026 19:46
Copy link
Member

@esune esune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will work well, just one small comment about consistency with image naming

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
@Gavinok Gavinok requested a review from esune February 7, 2026 00:20
@esune esune merged commit d12223b into openwallet-foundation:main Feb 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a github action to build and release the acapy agent needed for vc-authn

3 participants