heroku / buildpacks-php

Heroku's Cloud Native Buildpack for PHP applications.
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Prevent issues with Docker Hub rate limits in CI #124

Closed edmorley closed 1 month ago

edmorley commented 1 month ago

Switches to the new GitHub Actions runner groups to:

  1. Avoid the rate limit issues mentioned in: https://github.com/heroku/buildpacks-go/pull/283
  2. To update to Ubuntu 24.04

Also pre-pulls the builder and run images to prevent duplicate pulls and impact on rate limits, as mentioned in: https://github.com/heroku/buildpacks-python/pull/223

See also: https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZR57becb9df8d94f80b132168fd https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md

GUS-W-16238120.