This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch fix/docker-push-java25-typo in repository https://gitbox.apache.org/repos/asf/skywalking-java.git
commit 0b1bbca403557cee0135d4800387883aa33a8da6 Author: Wu Sheng <[email protected]> AuthorDate: Sun Feb 22 11:07:22 2026 +0800 Fix docker.push25 typo in release guide The make target `docker.push25` should be `docker.push.java25` to match the Makefile pattern `docker.push.%` with base.all entries. --- docs/en/contribution/release-java-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/contribution/release-java-agent.md b/docs/en/contribution/release-java-agent.md index f0149636da..567cf81615 100644 --- a/docs/en/contribution/release-java-agent.md +++ b/docs/en/contribution/release-java-agent.md @@ -276,7 +276,7 @@ export NAME=skywalking-java-agent export HUB=apache export TAG=$SW_VERSION -make docker.push.alpine docker.push.java8 docker.push.java11 docker.push.java17 docker.push.java21 +make docker.push.alpine docker.push.java8 docker.push.java11 docker.push.java17 docker.push.java21 docker.push.java25 ``` ## Clean up the old releases
