This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new a7d8f6017 fix(release): add 21 jdk
a7d8f6017 is described below
commit a7d8f601703de7b8a856bd0eee7fd182b0b08f2e
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sun Sep 21 11:11:06 2025 +0200
fix(release): add 21 jdk
---
release.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release.adoc b/release.adoc
index 290797fc9..9f3231629 100644
--- a/release.adoc
+++ b/release.adoc
@@ -154,7 +154,7 @@ docker pull camelk/camel-k:$CK_VERSION-21-jdk-amd64
docker tag camelk/camel-k:$CK_VERSION-21-jdk-amd64
apache/camel-k:$CK_VERSION-21-jdk-amd64
docker push apache/camel-k:$CK_VERSION-21-jdk-amd64
docker pull camelk/camel-k:$CK_VERSION-21-jdk-arm64
-docker tag camelk/camel-k:$CK_VERSION-jdk-arm64
apache/camel-k:$CK_VERSION-21-jdk-arm64
+docker tag camelk/camel-k:$CK_VERSION-21-jdk-arm64
apache/camel-k:$CK_VERSION-21-jdk-arm64
docker push apache/camel-k:$CK_VERSION-21-jdk-arm64
docker manifest create apache/camel-k:$CK_VERSION-21-jdk --amend
apache/camel-k:$CK_VERSION-21-jdk-amd64 --amend
apache/camel-k:$CK_VERSION-21-jdk-arm64
docker manifest push --purge apache/camel-k:$CK_VERSION-21-jdk