-
-
Notifications
You must be signed in to change notification settings - Fork 513
Auto-create master Docker containers and publish to GitHub Container Registry #2115
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
Conversation
…te README Co-authored-by: commjoen <1457214+commjoen@users.noreply.github.com>
commjoen
left a comment
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.
Lgtm @copilot ! Thank you!
|
@copilot we have a precommit failure can you fix it please? |
|
@copilot do we need to include any docs for you to be more contextual aware and efficient in the future? |
Co-authored-by: commjoen <1457214+commjoen@users.noreply.github.com>
The current documentation is quite comprehensive, but a few additions could help future AI agents be more efficient: Suggested additions:
The current docs were sufficient for this task, but these additions would reduce exploration time and help maintain consistency with existing patterns. The project's excellent CI/CD setup and comprehensive CONTRIBUTING.md already provide a strong foundation. |
@copilot |
This PR implements automatic building and publishing of Docker containers when the master branch is updated, providing users with access to bleeding-edge features before official releases.
Changes Made
New GitHub Workflow
Added
.github/workflows/master-container-publish.ymlthat:ghcr.io/owasp/wrongsecrets/wrongsecrets-mastermaster,latest-master, andmaster-{sha}README Updates
Enhanced the documentation to inform users about the new bleeding-edge containers:
Usage
Users can now access the latest features from master before official releases:
The workflow follows the same patterns as the existing PR preview workflow, ensuring consistency with the project's CI/CD practices. All action versions and build processes align with current standards used in the repository.
Fixes #2114.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.