DEV Community

Cover image for Dockerize Actions
Nishkarsh Raj
Nishkarsh Raj

Posted on • Updated on

Dockerize Actions

My Workflow

Dockerize-Actions

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.

Submission Category:

DIY Deployments

Yaml File or Link to Code

GitHub logo 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.

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.

License

MIT License is used.




https://github.com/NishkarshRaj/Dockerize-Actions/blob/master/.github/workflows/main.yml

Top comments (0)