This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch pull/heads/7481 in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 4f96d32c04f45d0be5f737afff89e33eee183312 Author: zhuangchong <[email protected]> AuthorDate: Sat Dec 18 22:39:26 2021 +0800 add no-cache argument --- dolphinscheduler-log-server/pom.xml | 4 ---- pom.xml | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dolphinscheduler-log-server/pom.xml b/dolphinscheduler-log-server/pom.xml index 00c8242..de58a62 100644 --- a/dolphinscheduler-log-server/pom.xml +++ b/dolphinscheduler-log-server/pom.xml @@ -52,10 +52,6 @@ <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - </plugin> - <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> diff --git a/pom.xml b/pom.xml index 8060ddc..aa79afc 100644 --- a/pom.xml +++ b/pom.xml @@ -944,6 +944,7 @@ <workingDirectory>${project.basedir}</workingDirectory> <arguments> <argument>build</argument> + <argument>--no-cache</argument> <argument>-t</argument> <argument>${docker.hub}/${docker.repo}:${docker.tag}</argument> <argument>-t</argument> @@ -968,6 +969,7 @@ <arguments> <argument>buildx</argument> <argument>build</argument> + <argument>--no-cache</argument> <argument>--push</argument> <argument>-t</argument> <argument>${docker.hub}/${docker.repo}:${docker.tag}</argument>
