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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 3efe08f0e [Improve] push docker image improvement (#4196)
3efe08f0e is described below

commit 3efe08f0eb3a9231a7e29204986226542bbc0b4b
Author: benjobs <[email protected]>
AuthorDate: Mon Mar 3 22:37:57 2025 +0800

    [Improve] push docker image improvement (#4196)
---
 .github/workflows/docker-push.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker-push.yml 
b/.github/workflows/docker-push.yml
index 35a808e84..4ef1914d0 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -18,11 +18,12 @@
 name: "Build Docker Image"
 
 on:
-  schedule:
-    - cron: '0 10 * * *'
   push:
     branches:
       - release-*
+  release:
+    types:
+      - released
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}

Reply via email to