OPSEXP-3756 Move actions from alfresco-build-tools#19
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request moves two GitHub Actions (nos-publish and nuxeo-docker-build) from the alfresco-build-tools repository to this gh-build-tools repository, along with their associated test workflows and documentation.
Changes:
- Added
nos-publishaction for publishing Nuxeo packages to Nuxeo Online Services marketplace - Added
nuxeo-docker-buildaction for building customized Nuxeo Docker images with connect modules, local addons, and OS packages - Added comprehensive test workflow to verify both actions work correctly
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Added documentation for the two new actions with usage examples and input/output descriptions |
| .github/workflows/test.yml | Added test workflow for both new actions with staging environment tests |
| .github/actions/nos-publish/action.yml | Action definition for publishing packages to NOS marketplace |
| .github/actions/nos-publish/package.xml | Test package descriptor for nos-publish action |
| .github/actions/nos-publish/install.xml | Test install descriptor for nos-publish action |
| .github/actions/nuxeo-docker-build/action.yml | Action definition for building customized Nuxeo Docker images |
| .github/actions/nuxeo-docker-build/Dockerfile | Multi-stage Dockerfile for installing connect modules, local addons, and OS packages |
| .github/actions/nuxeo-docker-build/nuxeo-private.repo | Yum repository configuration template for private package installation |
| .github/actions/nuxeo-docker-build/verify.sh | Verification script to test installed modules and packages in built images |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
gionn
approved these changes
Feb 17, 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.
ref: OPSEXP-3756
moved from: https://github.com/Alfresco/alfresco-build-tools/tree/master/.github/actions/nuxeo