rusackas commented on code in PR #40882:
URL: https://github.com/apache/superset/pull/40882#discussion_r3828390272
##########
.github/workflows/superset-python-integrationtest.yml:
##########
@@ -53,7 +53,7 @@ jobs:
mysql+mysqldb://superset:[email protected]:13306/superset?charset=utf8mb4&binary_prefix=true
services:
mysql:
- image: mysql:8.0
+ image: ghcr.io/apache/superset/ci/mysql:8.0
Review Comment:
Good catch — that comment was left over from before the GHCR migration; it
no longer applies since we no longer authenticate against Docker Hub at all.
Removed it in f2efa28.
--
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]