Skip to content

Commit c47c0c0

Browse files
committedFeb 17, 2025··
build react on native docker workflow
1 parent 7a3ac36 commit c47c0c0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎.github/workflows/docker_publish_native.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
java-type: 'native'
5151
java-distribution: 'graalvm'
5252
java-version: '23'
53-
maven-options: 'clean package -Dnative -Dquarkus.native.container-build=true'
53+
maven-options: 'clean package -Dnative -Dquarkus.native.container-build=true -P buildreact'
5454
docker-file: './src/main/docker/Dockerfile.native-micro'
5555
docker-platforms: linux/${{ matrix.current_platform }}
5656
docker-tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{github.event.repository.name}}:${{ github.ref_name }}-${{ matrix.current_platform }}native,${{ secrets.DOCKERHUB_USERNAME }}/${{github.event.repository.name}}:latest-${{ matrix.current_platform }}native

‎CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
[1.0.1] - 2025-02-17
10+
### Fixed
11+
12+
- build react on native docker workflow
1113

12-
### Changed
14+
[1.0.1] - 2025-02-17
1315

1416
- workflow review
1517
- using actions/setup-java for native build

0 commit comments

Comments
 (0)
Please sign in to comment.