diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index a35d598..d1bf55f 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -10,4 +10,6 @@ on: jobs: branch: uses: onecx-apps/ci-quarkus/.github/workflows/build-branch.yml@v2 - secrets: inherit \ No newline at end of file + secrets: inherit + with: + native: true \ No newline at end of file diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 55e173d..c527436 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -6,4 +6,6 @@ on: jobs: pr: uses: onecx-apps/ci-quarkus/.github/workflows/build-pr.yml@v2 - secrets: inherit \ No newline at end of file + secrets: inherit + with: + native: true \ No newline at end of file diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index dfe3019..73e5811 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -6,4 +6,6 @@ on: jobs: release: uses: onecx-apps/ci-quarkus/.github/workflows/build-release.yml@v2 - secrets: inherit \ No newline at end of file + secrets: inherit + with: + native: true \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a48ef25..2f94aaa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,4 +20,5 @@ jobs: uses: onecx-apps/ci-quarkus/.github/workflows/build.yml@v2 secrets: inherit with: + native: true helmEventTargetRepository: onecx-apps/onecx-chat