Reusable workflow for building and pushing Docker images to ECR or other registries ๐
Rather than copying and pasting from one workflow to another, you can make workflows reusable. You and anyone with access to the reusable workflow can then call the reusable workflow from another workflow.
โ
Visit km.oslo.systems
for setup guidance.
- Easier to start with than hand-building all the GitHub Actions into a single workflow.
- Gives you inputs so you can reuse the workflows across many repositories and only needing the full workflow stored in a central repository.
- A lot of effort have been put into writing clear and concise steps and step summaries that are easy to follow.
- The workflows are written with great attention to detail. Edge cases are handled gracefully.
- The majority of linting and dependency management is handled for you.
- Security best practices are followed.
- Collaborate with Team Kjรธremiljรธ!
- Share improvements and ideas!
Conventional Commits are used together with svu
(Semantic Version Util) to provide Semantic Versioning for the repository as a whole.