https://github.com/arnab-developer/githubpackagedemo
GitHub package demo
https://github.com/arnab-developer/githubpackagedemo
docker docker-hub dotnet-5 github-packages
Last synced: 7 months ago
JSON representation
GitHub package demo
- Host: GitHub
- URL: https://github.com/arnab-developer/githubpackagedemo
- Owner: Arnab-Developer
- License: mit
- Created: 2021-02-28T05:51:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T10:29:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T02:24:17.504Z (9 months ago)
- Topics: docker, docker-hub, dotnet-5, github-packages
- Language: C#
- Homepage:
- Size: 667 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub package demo
A demo app which uses GitHub package and docker hub for Docker image storage.
Example pattern to create application with .NET and Docker.
https://hub.docker.com/r/45862391/githubpackagedemo
Workflow:
- When pull request to main then build and test the code.
- 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.