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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new af0da9553 Remove experimental modules from workflow
af0da9553 is described below

commit af0da9553692aa3a320fb3055c440a68aed6284b
Author: Dominik Riemer <[email protected]>
AuthorDate: Mon Aug 7 11:43:06 2023 +0200

    Remove experimental modules from workflow
---
 .github/workflows/build.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d8c3ef43b..ba58570a3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -116,13 +116,13 @@ jobs:
           push: true
           tags: ${{ env.DOCKERHUB_APACHE_REPO }}/extensions-all-jvm:${{ 
env.MVN_VERSION }}
 
-      - name: Build and Push Docker Image pipeline-elements-experimental-flink
-        uses: docker/build-push-action@v4
-        with:
-          context: 
./streampipes-extensions/streampipes-pipeline-elements-experimental-flink
-          platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
-          push: true
-          tags: ${{ env.DOCKERHUB_APACHE_REPO 
}}/pipeline-elements-experimental-flink:${{ env.MVN_VERSION }}
+#      - name: Build and Push Docker Image pipeline-elements-experimental-flink
+#        uses: docker/build-push-action@v4
+#        with:
+#          context: 
./streampipes-extensions/streampipes-pipeline-elements-experimental-flink
+#          platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
+#          push: true
+#          tags: ${{ env.DOCKERHUB_APACHE_REPO 
}}/pipeline-elements-experimental-flink:${{ env.MVN_VERSION }}
 
       - name: Build and Push Docker Image extensions-all-iiot
         uses: docker/build-push-action@v4

Reply via email to