You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2024/04/08 13:48:55 UTC

(incubator-streampark) branch dev-2.1.4 updated: test ci

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

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


The following commit(s) were added to refs/heads/dev-2.1.4 by this push:
     new 1f58b4054 test ci
1f58b4054 is described below

commit 1f58b40549e785478d1ec0b24a538fcbb48875ea
Author: benjobs <be...@apache.org>
AuthorDate: Mon Apr 8 21:48:42 2024 +0800

    test ci
---
 .github/workflows/docker-push.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/docker-push.yml b/.github/workflows/docker-push.yml
index b144f3e4d..231fc71b3 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -23,6 +23,8 @@ on:
   push:
     branches:
       - dev-2.1.4
+    tags:
+      - v*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}