打包文件上传

This commit is contained in:
2023-08-17 20:40:25 +08:00
parent f8b240cf5f
commit be54a6b9fa
5 changed files with 27 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.2.2</version>
<executions>
<!--执行mvn package,即执行 mvn clean package docker:build-->
<execution>