Skip to content

Commit 8ca62a4

Browse files
authored
Fix missing command in the docker release (#653)
1 parent 4dd00e9 commit 8ca62a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/contribution/release-java-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export NAME=skywalking-java-agent
276276
export HUB=apache
277277
export TAG=$SW_VERSION
278278

279-
make docker.push.alpine docker.push.java8 docker.push.java11 docker.push.java17
279+
make docker.push.alpine docker.push.java8 docker.push.java11 docker.push.java17 docker.push.java21
280280
```
281281

282282
## Clean up the old releases

0 commit comments

Comments
 (0)