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 a87feee36 [Improve] test push docker image
a87feee36 is described below
commit a87feee367d69d7505cd42fa1264304081da8033
Author: benjobs <[email protected]>
AuthorDate: Sun Apr 7 13:21:04 2024 +0800
[Improve] test push docker image
---
.github/workflows/docker-push.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/docker-push.yml
b/.github/workflows/docker-push.yml
index 81ba18662..01e2a475b 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -22,9 +22,7 @@ on:
- cron: '0 10 * * *'
push:
branches:
- - release-*
- tags:
- - v*
+ - dev-2.1.4
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}