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 058482d52 [Improve] docker latest tag delete
058482d52 is described below

commit 058482d526b0d97be3f8cf22b6672090a099adf5
Author: benjobs <[email protected]>
AuthorDate: Mon Apr 8 23:03:56 2024 +0800

    [Improve] docker latest tag delete
---
 .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 bf15848c0..a146193ac 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -21,8 +21,6 @@ on:
   schedule:
     - cron: '0 0 * * *'
   push:
-    branches:
-      - dev-*
     tags:
       - v*
 
@@ -77,7 +75,8 @@ jobs:
         with:
           images: apache/streampark
           tags: |
-            type=match,pattern=v(.*),group=1,latest=false
+            type=raw,value=latest,enable=false
+            type=semver,pattern={{version}}
 
       - name: Build and push streampark
         uses: docker/build-push-action@v3

Reply via email to