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/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 5afc821e9 [ci] fix docker image push ci (#2651)
5afc821e9 is described below
commit 5afc821e90042ee68a3ead72408543289286caa2
Author: gongzhongqiang <[email protected]>
AuthorDate: Tue Apr 18 23:55:12 2023 +0800
[ci] fix docker image push ci (#2651)
---
.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 ebf92c07e..f21b858a0 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -63,7 +63,7 @@ jobs:
- name: Build project release package
run: |
- ./mvnw clean install -DskipTests -Pscala-2.12,dist,console,webapp
+ ./mvnw clean install -DskipTests -Pscala-2.12,shaded,dist,webapp
- name: Log in to Docker Hub
uses: docker/login-action@v2