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 626d2f2b5 fix(docs): docker push script
626d2f2b5 is described below

commit 626d2f2b5b3e2bc13edef8e88a321dddb42b8c31
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sun Sep 21 11:06:27 2025 +0200

    fix(docs): docker push script
---
 release.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release.adoc b/release.adoc
index b448b7b50..290797fc9 100644
--- a/release.adoc
+++ b/release.adoc
@@ -133,10 +133,10 @@ After the voting is complete with success, the artifacts 
can be released. Republ
 ```
 export CK_VERSION=2.8.0
 docker pull camelk/camel-k:$CK_VERSION-amd64
-docker tag camelk/camel-k:$CK_VERSION-amd64 apache/camel-k:2.6.0-amd64
+docker tag camelk/camel-k:$CK_VERSION-amd64 apache/camel-k:$CK_VERSION-amd64
 docker push apache/camel-k:$CK_VERSION-amd64
 docker pull camelk/camel-k:$CK_VERSION-arm64
-docker tag camelk/camel-k:$CK_VERSION-arm64 apache/camel-k:2.6.0-arm64
+docker tag camelk/camel-k:$CK_VERSION-arm64 apache/camel-k:$CK_VERSION-arm64
 docker push apache/camel-k:$CK_VERSION-arm64
 docker manifest create apache/camel-k:$CK_VERSION --amend 
apache/camel-k:$CK_VERSION-amd64 --amend apache/camel-k:$CK_VERSION-arm64
 docker manifest push --purge apache/camel-k:$CK_VERSION

Reply via email to