Fix missing command in the docker release (#653)

This commit is contained in:
吴晟 Wu Sheng 2023-12-05 07:30:50 -08:00 committed by GitHub
parent 4dd00e97e9
commit 8ca62a48c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
make docker.push.alpine docker.push.java8 docker.push.java11 docker.push.java17 docker.push.java21
```
## Clean up the old releases