An open API service indexing awesome lists of open source software.

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

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