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 fc448eef6 [Docker] build project release package improvement (#4287)
fc448eef6 is described below
commit fc448eef66c229bbc8f1bc0d5776c9043d94b201
Author: benjobs <[email protected]>
AuthorDate: Wed Sep 10 14:15:16 2025 +0800
[Docker] build project release package improvement (#4287)
---
.github/workflows/docker-push.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker-push.yml
b/.github/workflows/docker-push.yml
index f3a172eb5..b82819bbc 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -19,7 +19,7 @@ name: "Build Docker Image"
on:
schedule:
- - cron: '20 04 * * *'
+ - cron: '20 06 * * *'
push:
tags:
- 'v[2-9]+.[0-9]+.[0-9]+'
@@ -84,7 +84,7 @@ jobs:
- name: Build project release package
run: |
- ./mvnw clean install -DskipTests -Pshaded,dist,webapp
+ ./mvnw clean install -DskipTests -Pscala-2.12,shaded,dist,webapp
- name: Set up QEMU
uses: docker/setup-qemu-action@v2