-
Notifications
You must be signed in to change notification settings - Fork 1
ci: build and push docker image to GHCR, misc CI improvements #79
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
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Deploying wildcat-dashboard with
|
| Latest commit: |
e399a67
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://915a6a51.wildcat-dashboard.pages.dev |
| Branch Preview URL: | https://cleot-push-image-workflow-1.wildcat-dashboard.pages.dev |
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 comprehensive CI improvements by restructuring GitHub Actions workflows, adding Docker image building and publishing to GitHub Container Registry (GHCR), and setting up Dependabot for automated dependency updates.
- Replaces the old generic build workflow with specialized workflows for different scenarios (CI validation, nightly builds, tagged releases)
- Adds automated Docker image building and pushing to GHCR for both tagged releases and nightly builds
- Introduces Dependabot configuration to automate GitHub Actions updates
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/ci.yml |
New CI workflow for linting, testing, and building on pushes to master/dev branches and pull requests |
.github/workflows/nightly.yml |
New workflow to build and push nightly Docker images to GHCR on master branch pushes |
.github/workflows/release.yml |
New workflow to build and push tagged Docker images to GHCR on version tag pushes |
.github/workflows/build.yml |
Removed old generic build workflow, replaced by the new specialized workflows |
.github/dependabot.yml |
New Dependabot configuration for automated monthly GitHub Actions updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.