This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/main by this push:
     new ad5f8eee17 Fix docker.push25 typo in release guide (#792)
ad5f8eee17 is described below

commit ad5f8eee17748d2961080e4a0cae2178207f9bdc
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sun Feb 22 12:24:35 2026 +0800

    Fix docker.push25 typo in release guide (#792)
    
    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

Reply via email to