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 255f9f6b9 [Improve] docker-push.yml updated
255f9f6b9 is described below
commit 255f9f6b9b6532e428397575935381e5c94eb9e3
Author: benjobs <[email protected]>
AuthorDate: Mon Apr 8 22:26:44 2024 +0800
[Improve] docker-push.yml updated
---
.github/workflows/docker-push.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/docker-push.yml
b/.github/workflows/docker-push.yml
index 807770289..5801b86bf 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -21,8 +21,6 @@ on:
schedule:
- cron: '0 10 * * *'
push:
- branches:
- - release-*
tags:
- v*
@@ -77,8 +75,7 @@ jobs:
with:
images: apache/streampark
tags: |
- type=ref,event=tag
- type=semver,pattern={{version}},enable=true
+ type=match,pattern=v(.*),group=1
- name: Build and push streampark
uses: docker/build-push-action@v3