You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/09 15:08:39 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-232] Build and push Docker images on rel/** branches

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new a115c5e  [STREAMPIPES-232] Build and push Docker images on rel/** branches
a115c5e is described below

commit a115c5e7f8a9accd7bdb1dcaaef9a1342b0e9ec9
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Sep 9 17:07:02 2020 +0200

    [STREAMPIPES-232] Build and push Docker images on rel/** branches
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 72c14b5..ee6d4db 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,6 +19,7 @@ on:
   push:
     branches:
       - dev
+      - 'rel/**'
 jobs:
   build-and-push-to-docker:
     runs-on: ubuntu-latest