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 cfcb9404d [Improve] test docker-push script
cfcb9404d is described below

commit cfcb9404d94fe39aa2077e8c1ac8cd6110db4556
Author: benjobs <[email protected]>
AuthorDate: Mon Apr 8 22:42:30 2024 +0800

    [Improve] test docker-push script
---
 .github/workflows/docker-push.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker-push.yml 
b/.github/workflows/docker-push.yml
index 5801b86bf..a507b7828 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -19,7 +19,9 @@ name: "Build Docker Image"
 
 on:
   schedule:
-    - cron: '0 10 * * *'
+    - cron: '0 0 * * *'
+  branches:
+    - release-*
   push:
     tags:
       - v*
@@ -75,7 +77,7 @@ jobs:
         with:
           images: apache/streampark
           tags: |
-            type=match,pattern=v(.*),group=1
+            type=match,pattern=v(.*),group=1,latest=false
 
       - name: Build and push streampark
         uses: docker/build-push-action@v3

Reply via email to