wu-sheng opened a new issue #7819: URL: https://github.com/apache/skywalking/issues/7819
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component OAP server (apache/skywalking) ### What happened I failed to run `make docker.all && make docker.push` according to release doc. ``` Successfully built 06b40b124396 Successfully tagged apache/oap:8.8.0 real 0m41.931s user 0m0.133s sys 0m0.273s time (docker push apache/oap:8.8.0) The push refers to repository [docker.io/apache/oap] d85dbd332226: Preparing 19a181714558: Preparing bb31b6a608c6: Preparing c6a0b25f089f: Preparing 85fda5f3da3a: Preparing 87ec8db90003: Waiting c728efb06d95: Waiting fc6bae703383: Waiting c8479b835fec: Waiting 9fbfbea66105: Waiting e2eb06d8af82: Waiting denied: requested access to the resource is denied real 0m2.455s user 0m0.032s sys 0m0.014s Makefile:87: recipe for target 'push.docker.oap' failed make: *** [push.docker.oap] Error 1 ``` The reason is the target repo incorrect. `The push refers to repository [docker.io/apache/oap]`. ### What you expected to happen Let's keep the image names in GitHub(dev images) unchanged, but add one more command to release official version. Recommend command > `make docker.all && make docker.dockerhub.release` ### How to reproduce Run `The push refers to repository [docker.io/apache/oap]` for a release version.(Only runnable for release manager) ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
