-
Notifications
You must be signed in to change notification settings - Fork 12
Add release workflow #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a GitHub Actions workflow to automate the release process for the AgentEx platform. The workflow builds and publishes Docker images to GitHub Container Registry (GHCR) when changes are pushed to the main branch.
Key changes:
- Automated Docker image building and publishing for AgentEx server
- Permission checks ensuring only maintainers can trigger releases
- Documentation building integrated into the release process
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| echo "Server image: ghcr.io/${{ github.repository }}/${{ env.AGENTEX_SERVER_IMAGE_NAME }}:${{ github.sha }}" | ||
| echo "Also tagged as: ghcr.io/${{ github.repository }}/${{ env.AGENTEX_SERVER_IMAGE_NAME }}:latest" | ||
| echo "This image is now available as the latest stable version" | ||
| echo "Package set to public visibility" |
Copilot
AI
Nov 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The summary message claims 'Package set to public visibility' but there are no steps in the workflow that actually set package visibility. Either add the step to set visibility or remove this misleading message.
|
|
||
| env: | ||
| AGENTEX_SERVER_IMAGE_NAME: agentex | ||
| AGENTEX_AUTH_IMAGE_NAME: agentex-auth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should remove this
|
System is not functional correction, hence requesting for pull requesting activation during the intervals, pas or users get bugs. |
No description provided.