bito-code-review[bot] commented on PR #40882: URL: https://github.com/apache/superset/pull/40882#issuecomment-5364151817
<!-- Bito Reply --> The comment in `.github/workflows/superset-python-integrationtest.yml` is indeed outdated. Since the images have been migrated to `ghcr.io`, the reference to Docker Hub rate limits and authenticated pulls is no longer applicable. You should remove or update this comment to reflect the new image source. **.github/workflows/superset-python-integrationtest.yml** ``` mysql: - image: mysql:8.0 - # Authenticated pulls use our higher Docker Hub rate limit. Empty on - # fork PRs (secrets unavailable) -> runner falls back to anonymous. + image: ghcr.io/apache/superset/ci/mysql:8.0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
