ravsamhq / notify-slack-action

🔔 Send a Slack Notification from Github Actions regarding failure, warnings, or even success.
https://ravsam.in/blog/send-slack-notification-when-github-actions-fails/
MIT License
173 stars 57 forks source link

Change base image from docker hub to ECR #45

Closed bmbferreira closed 2 years ago

bmbferreira commented 2 years ago

Because of DockerHub rate limits, if we run this github action on self-hosted runners we might get rate limited after 100 calls. If we use ECR public images instead, this problem doesn't apply since the rate limit is bigger.

ravgeetdhillon commented 2 years ago

@bmbferreira Thank you for this beautiful update!