-
Notifications
You must be signed in to change notification settings - Fork 6
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
Docker integration using Github CI Actions #48
Conversation
* Create CONTRIBUTION.md (#51) * Bug/error logging to terminal (#46) * fixed bugs that prevented logger output to console * code linting and formating * fixed ip module terminal output black-ified ✨ 🍰 ✨ * added docstrings, improved and consistent logging --------- Co-authored-by: kash <kashvijayperth@gmail.com> * Update README.md updated sample output * Update README.md added CodeQL status badge * Fixing bug that doesn't log to file (#53) * initial commit to add file handler * fixed file handler bug * black-ified 💥 💔 💥 --------- Co-authored-by: kash <kashvijayperth@gmail.com> --------- Co-authored-by: kash <kashvijayperth@gmail.com>
* Create docker-build-push.yml * Actions workflow to build docker image and push to docker hub when pushed to main branch --------- Co-authored-by: kash <kashvijayperth@gmail.com>
CI/CD for docker integration completed and working. Docker image built, and pushed successfully to dockerhub as evidenced by the checks on this PR. Latest image in Dockerhub repository https://hub.docker.com/r/initd1/hackalert:
|
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.
I think changing it to something like CI or Docker Integration might be a better name. thoughts?
Do you mean changing the name of the Github Action to Docker integration? or the docker image tag? |
I was referring to the name of the GitHub action, as I thought that it might be more comprehensive. |
I agree..I will change it to Docker integration |
Docker integration using Github CI Actions