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
- Host: GitHub
- URL: https://github.com/yvrhdn/ci-with-actions-and-ecr
- Owner: yvrhdn
- License: mit
- Created: 2020-03-05T08:48:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:27:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T06:42:07.164Z (5 months ago)
- Language: Makefile
- Homepage: https://kvrhdn.dev/blog/continuous-integration-with-github-actions-and-aws-ecr/
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/actionsThis 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/