Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishkarshraj/dockerize-actions
#ActionsHackathon submission for Dev: GitHub Actions Hackathon - Dockerize your source code repository on GitHub, build it remotely via GitHub Actions and deploy it on GitHub Packages.
https://github.com/nishkarshraj/dockerize-actions
actionshackathon containers continuous-integration devops docker github github-actions github-packages open-source
Last synced: about 1 month ago
JSON representation
#ActionsHackathon submission for Dev: GitHub Actions Hackathon - Dockerize your source code repository on GitHub, build it remotely via GitHub Actions and deploy it on GitHub Packages.
- Host: GitHub
- URL: https://github.com/nishkarshraj/dockerize-actions
- Owner: NishkarshRaj
- License: mit
- Created: 2020-09-16T13:36:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:39:32.000Z (about 1 year ago)
- Last Synced: 2024-10-29T13:57:12.897Z (about 2 months ago)
- Topics: actionshackathon, containers, continuous-integration, devops, docker, github, github-actions, github-packages, open-source
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Dockerize-Actions
ActionsHackathon submission for Dev: GitHub Actions Hackathon - Dockerize your source code repository on GitHub, build it remotely via GitHub Actions and deploy it on GitHub Packages.
## About
Open source projects contain source code which must be built into end-applications.
These must be deployed on servers and made available to the end-users.
To make this process easy, this GitHub Actions can be used.
It builds the source code fetched from open source repositories remotely in **Docker containers** using **Build tools** (Maven is used here) and deploys the **cross-platform Docker Image** on GitHub Packages publically.
## How to Collaborate
This is an open source project. Contributions in all forms welcomed.
If you want to collaborate, follow these [guidelines](CONTRIBUTING.md).
## License
[MIT License](LICENSE) is used.