File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 with :
3333 name : target
3434 path : target
35+ if-no-files-found : error
3536 retention-days : 7
3637
3738 docker-jvm :
6263 with :
6364 name : target
6465 path : target
65- if-no-files-found : error
6666 retention-days : 7
6767
6868 - name : Build and push [jvm-edge]
@@ -244,8 +244,8 @@ jobs:
244244 path : target
245245
246246 - name : Build and push [native-edge]
247- run : docker buildx build --push -t ghcr.io/javabin/submittheforce:native-edge -f src/main/docker/Dockerfile.jvm --platform linux/amd64,linux/arm64 .
247+ run : docker buildx build --push -t ghcr.io/javabin/submittheforce:native-edge -f src/main/docker/Dockerfile.native-micro --platform linux/amd64,linux/arm64 .
248248
249249 - name : Build and push [native-latest]
250250 if : startsWith(github.ref, 'refs/tags/v')
251- run : docker buildx build --push -t ghcr.io/javabin/submittheforce:native-latest -f src/main/docker/Dockerfile.jvm --platform linux/amd64,linux/arm64 .
251+ run : docker buildx build --push -t ghcr.io/javabin/submittheforce:native-latest -f src/main/docker/Dockerfile.native-micro --platform linux/amd64,linux/arm64 .
You can’t perform that action at this time.
0 commit comments