Skip to content

Commit b741294

Browse files
committed
Fixing reference
1 parent 21abcb7 commit b741294

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
name: target
3434
path: target
35+
if-no-files-found: error
3536
retention-days: 7
3637

3738
docker-jvm:
@@ -62,7 +63,6 @@ jobs:
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 .

0 commit comments

Comments
 (0)