-
Notifications
You must be signed in to change notification settings - Fork 7
chore: adding github actions to build image #179
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
✅ Deploy Preview for lifted-alberto ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #179 +/- ##
=======================================
Coverage 43.34% 43.34%
=======================================
Files 119 119
Lines 2485 2485
Branches 531 531
=======================================
Hits 1077 1077
Misses 1275 1275
Partials 133 133 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 adds a GitHub Actions workflow to automate building and pushing Docker images to Docker Hub when code is pushed to the main branch.
Changes:
- Added a GitHub Actions workflow that builds and pushes Docker images on main branch pushes
- Configured Docker Hub authentication using repository secrets
- Set up automatic tagging with both commit SHA and "latest" tag
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dadd9fc to
fb727b4
Compare
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
Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: daylifted <dale@liftedinit.org>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: daylifted <dale@liftedinit.org>
|
@daylifted I've opened a new pull request, #180, to work on those changes. Once the pull request is ready, I'll request review from you. |
Adding github actions config.