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 5a7246c7b test ci
5a7246c7b is described below

commit 5a7246c7bbe51e6c1918ce71a4e2dd52dd5909e6
Author: benjobs <[email protected]>
AuthorDate: Mon Apr 8 22:16:46 2024 +0800

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

diff --git a/.github/workflows/docker-push.yml 
b/.github/workflows/docker-push.yml
index b3ef2959a..807770289 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -22,7 +22,7 @@ on:
     - cron: '0 10 * * *'
   push:
     branches:
-      - dev-2.1.4
+      - release-*
     tags:
       - v*
 
@@ -78,8 +78,7 @@ jobs:
           images: apache/streampark
           tags: |
             type=ref,event=tag
-            type=ref,event=branch
-            type=semver,pattern={{version}}
+            type=semver,pattern={{version}},enable=true
 
       - name: Build and push streampark
         uses: docker/build-push-action@v3

Reply via email to