-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: build and push container for api #303
Conversation
0f2eba6
to
1dfd895
Compare
a6d8d3f
to
2f719b5
Compare
🚀 Deployment PreviewSPA: https://jolly-glacier-057c0e703-303.westeurope.2.azurestaticapps.net |
9a4926d
to
d528cf4
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
This PR extends the pipeline to build a Docker container for the
api
and push it to the GitHub container registry.Dockerfile
toapi
appbuild-docker
toapi
's NX workspace.nvmrc
Container Registry: https://github.com/kordis-leitstelle/kordis/pkgs/container/kordis-api
Checklist:
the Conventional Commits specification.
I have added tests (unit and E2E if user-facing) that prove my fix is effective or that my feature works,Coverage > 80% and not less than the current coverage of the main branch.
main
into your feature branch, make sure you have run the latest NX migrations (nx migrate --run-migrations
).