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 ac2131a62 docker-push.yml update
ac2131a62 is described below

commit ac2131a62ca0c1b01696c39e3266b4f01191b774
Author: benjobs <[email protected]>
AuthorDate: Thu Apr 11 14:20:16 2024 +0800

    docker-push.yml update
---
 .github/workflows/docker-push.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker-push.yml 
b/.github/workflows/docker-push.yml
index c1554c1dc..4a70cc72e 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -75,7 +75,7 @@ jobs:
         with:
           images: apache/streampark
           tags: |
-            type=match,pattern=release/v(.*),group=1
+            type=semver,pattern={{version}}
 
       - name: Build and push image
         uses: docker/build-push-action@v3

Reply via email to