Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 16:55
· 16 commits to refs/heads/main since this release
22eced2
docs: Recommend ECR instead of GHA for buildx caching, update README using `cloudposse/build-harness` @korenyoni (#61)

what

  • Recommend ECR instead of GHA for buildx caching

why

  • ECR remote caching is more appropriate in an AWS environment, as it can lead to better performance (and potentially lower costs if an ECR VPC endpoint is used in conjunction with hosted GHA runners).

references