This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 355892a2e3d fix path (#21641)
355892a2e3d is described below
commit 355892a2e3db652ed5cf306457a8c7ea46e7c15e
Author: 王善民 <[email protected]>
AuthorDate: Wed Oct 19 11:56:42 2022 +0800
fix path (#21641)
---
.github/workflows/nightly-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-build.yml
b/.github/workflows/nightly-build.yml
index b30de39e233..503848e1988 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -87,4 +87,4 @@ jobs:
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- name: Push docker image
- run: ./mvnw -am -pl
shardingsphere-distribution/shardingsphere-proxy-distribution -B
-Prelease,docker.buildx.push -DskipTests -Dproxy.image.repository=${{ env.PROXY
}} -Dproxy.image.tag=${{ github.sha }} clean install
+ run: ./mvnw -am -pl distribution/proxy -B -Prelease,docker.buildx.push
-DskipTests -Dproxy.image.repository=${{ env.PROXY }} -Dproxy.image.tag=${{
github.sha }} clean install