neverchanje commented on a change in pull request #934:
URL: https://github.com/apache/incubator-pegasus/pull/934#discussion_r837004619
##########
File path: .github/workflows/ci-pull-request.yaml
##########
@@ -40,7 +40,7 @@ jobs:
needs: lint
runs-on: ubuntu-latest
container:
- image: ghcr.io/pegasus-kv/thirdparties-bin:ubuntu1804
+ image: apachepegasus/thirdparties-bin:ubuntu1804
Review comment:
Actually It's recommended to upload the image to ghcr to benefit from
the internal network between github action and ghcr. Or else you would have to
pay dockerhub for the download when it exceeds a certain threshold.
--
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]