This is an automated email from the ASF dual-hosted git repository.

wuweijie 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 dad8f8f9dfe fix proxy-image Build failures (#21732)
dad8f8f9dfe is described below

commit dad8f8f9dfecd799ef06446aa38942c8f821f277
Author: 王善民 <[email protected]>
AuthorDate: Tue Oct 25 10:46:30 2022 +0800

    fix proxy-image Build failures (#21732)
---
 .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 03fcb810303..2b5a98c4255 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -117,4 +117,4 @@ jobs:
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
       - name: Push docker image
-        run: ./mvnw -am -pl distribution/proxy-native -B -DskipTests 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotless.apply.skip=true 
-Pnative,docker.buildx.push.native -Dproxy.image.repository=${{ env.PROXY }} 
-Dproxy.image.tag=${{ github.sha }} clean package
+        run: ./mvnw -am -pl distribution/proxy-native -B -DskipTests 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotless.apply.skip=true 
-Pnative,docker.buildx.push.native -Dproxy.image.repository=${{ 
env.PROXY_NATIVE }} -Dproxy.image.tag=${{ github.sha }} clean package

Reply via email to