nabsul / k8s-ecr-login-renew

Renews Docker login credentials for an AWS ECR container registry.
MIT License
205 stars 49 forks source link

Speed up Docker builds #35

Closed nabsul closed 1 year ago

nabsul commented 2 years ago

These builds are surprisingly slow. I wonder if there's any way to speed them up?

nabsul commented 1 year ago

I think caching in the docker build action will help. It should skip the costly downloads of go modules.

nabsul commented 1 year ago

48

nabsul commented 1 year ago

I tried, but the caching doesn't seem to be helping. Most of the time is being spent in go build which is unavoidable.