docker push不上去,尝试加入github action在服务器构建

This commit is contained in:
irving
2025-10-03 23:25:48 -04:00
parent 29da6b906b
commit 043483a076
4 changed files with 118 additions and 4 deletions

View File

@@ -93,6 +93,19 @@
<artifactId>jave-core</artifactId>
</dependency>
<!-- Include native ffmpeg binaries for common runtimes to avoid
build-platform vs target-platform mismatches in Docker builds. -->
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-nativebin-linux64</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-nativebin-osxm1</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-pay</artifactId>
@@ -191,4 +204,4 @@
</plugin>
</plugins>
</build>
</project>
</project>