diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 7270213..d0aea6d 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -10,4 +10,6 @@ on: jobs: branch: uses: onecx/ci-quarkus/.github/workflows/build-branch.yml@v1 - 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 acff155..dcc442b 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -6,4 +6,6 @@ on: jobs: pr: uses: onecx/ci-quarkus/.github/workflows/build-pr.yml@v1 - 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 b04a59a..26d536a 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -6,4 +6,6 @@ on: jobs: release: uses: onecx/ci-quarkus/.github/workflows/build-release.yml@v1 - secrets: inherit \ No newline at end of file + secrets: inherit + with: + native: true \ No newline at end of file