Yikun commented on PR #41050: URL: https://github.com/apache/spark/pull/41050#issuecomment-1536985087
> ERROR: failed to solve: failed to push ghcr.io/amahussein/apache-spark-ci-image:master-4897157804: unexpected status: 403 Forbidden There are two possible issue we met before: 1. Github Action flaky issue: https://github.com/orgs/community/discussions/32184 2. Permisssion seeting issue. By default, write permission already included to your GITHUB_TOKEN, but if you set it manually (see also [1], [2]), it will failed, current CI will first build infra and push to your ghcr so write permission is required. [1] https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/ [2] https://github.com/users/amahussein/packages/container/apache-spark-ci-image/settings > Like 403 error means, it was a permission issue in GitHub setting. But, I forgot the details. At that time, @Yikun helped me because he did setup the pipeline in the community~ Yes, we do some configure on https://github.com/apache/spark/pull/37745#issuecomment-1234063012 , but after that I found it was a flaky issue of github aciton. -- 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]
