https://github.com/arnab-developer/dockerworkflow
Example pattern to create application with .NET and Docker
https://github.com/arnab-developer/dockerworkflow
docker dotnet-5 github-action
Last synced: 5 months ago
JSON representation
Example pattern to create application with .NET and Docker
- Host: GitHub
- URL: https://github.com/arnab-developer/dockerworkflow
- Owner: Arnab-Developer
- License: mit
- Created: 2021-03-11T05:52:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T10:37:34.000Z (about 4 years ago)
- Last Synced: 2025-03-06T16:54:53.354Z (10 months ago)
- Topics: docker, dotnet-5, github-action
- Language: C#
- Homepage:
- Size: 767 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Example pattern to create application with .NET and Docker
Workflows:
- When pull request to main then build and test the code.
- If needed, pull request can be deployed by manually execution the `docker-push-pr` workflow.
- When push to main or merge a pull request to main then build docker image and push to GitHub package.
- When a release has been created then build docker image and push to dockerhub.
https://hub.docker.com/r/45862391/dockerworkflow