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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 20e0c797d2 [DOC] add dataflow template to release notes
     new 2938aa7505 Merge pull request #2794 from hansva/master
20e0c797d2 is described below

commit 20e0c797d215d61c569c890c4a11741121620555
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Mar 31 10:33:01 2023 +0200

    [DOC] add dataflow template to release notes
---
 .../modules/ROOT/pages/apache-release/promoting-a-release.adoc         | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
 
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
index c54b7975c7..beb85b8ce0 100644
--- 
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
+++ 
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
@@ -73,6 +73,9 @@ docker buildx build --platform linux/amd64,linux/arm64 . -f 
docker/Dockerfile -t
 # Create and push Hop Web
 docker buildx build --platform linux/amd64,linux/arm64 . -f 
docker/Dockerfile.web -t docker.io/apache/hop-web:X.XX -t 
docker.io/apache/hop-web:latest --push
 
+# Create and push Dataflow template
+docker buildx build --platform linux/amd64,linux/arm64 . -f 
docker/Dockerfile.dataflowTemplate -t 
docker.io/apache/hop-dataflow-template:X.XX -t 
docker.io/apache/hop-dataflow-template:latest --push
+
 ----
 
 == Update the website

Reply via email to