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

https://github.com/yvrhdn/ci-with-actions-and-ecr

Example of Continuous Integration with Github Actions and AWS ECR
https://github.com/yvrhdn/ci-with-actions-and-ecr

Last synced: 3 months ago
JSON representation

Example of Continuous Integration with Github Actions and AWS ECR

Awesome Lists containing this project

README

        

# Continuous Integration with Github Actions and AWS ECR

[![CI][ci-badge]][ci-link]

[ci-badge]: https://github.com/kvrhdn/ci-with-actions-and-ecr/workflows/CI/badge.svg
[ci-link]: https://github.com/kvrhdn/ci-with-actions-and-ecr/actions

This is an example project doing Continuous Integration with Github Actions and AWS ECR. Read the accompanying blogpost [_Continuous Integration with Github Actions and AWS ECR_][blogpost].

[blogpost]: https://kvrhdn.dev/blog/continuous-integration-with-github-actions-and-aws-ecr/