diff --git a/.github/workflows/cicd_3-trunk.yml b/.github/workflows/cicd_3-trunk.yml index 05d1a2dcb268..4488776dba0d 100644 --- a/.github/workflows/cicd_3-trunk.yml +++ b/.github/workflows/cicd_3-trunk.yml @@ -82,7 +82,7 @@ jobs: name: CLI Build needs: [ initialize,test ] if: always() && !failure() && !cancelled() - uses: ./.github/workflows/cicd_comp_build-phase.yml + uses: ./.github/workflows/cicd_comp_cli-native-build-phase.yml with: buildNativeImage: true artifact-run-id: ${{ needs.initialize.outputs.artifact-run-id }} diff --git a/.github/workflows/cicd_4-nightly.yml b/.github/workflows/cicd_4-nightly.yml index 5463a929344c..85df04ee2559 100644 --- a/.github/workflows/cicd_4-nightly.yml +++ b/.github/workflows/cicd_4-nightly.yml @@ -74,7 +74,7 @@ jobs: name: Nightly CLI Build needs: [ initialize, test ] if: always() && !failure() && !cancelled() - uses: ./.github/workflows/cicd_comp_build-phase.yml + uses: ./.github/workflows/cicd_comp_cli-native-build-phase.yml with: buildNativeImage: true branch: ${{ github.ref }} diff --git a/README.md b/README.md index 855a667eb032..0e537fc19b24 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Merge Queue](https://github.com/dotCMS/core/actions/workflows/cicd_2-merge-queue.yml/badge.svg)](https://github.com/dotCMS/core/actions/workflows/cicd_2-merge-queue.yml) -[![Trunk](https://github.com/dotCMS/core/actions/workflows/cicd_3-trunk/badge.svg)](https://github.com/dotCMS/core/actions/workflows/cicd_3-trunk.yml) +[![Trunk](https://github.com/dotCMS/core/actions/workflows/cicd_3-trunk.yml/badge.svg)](https://github.com/dotCMS/core/actions/workflows/cicd_3-trunk.yml) [![Nightly](https://github.com/dotCMS/core/actions/workflows/cicd_4-nightly.yml/badge.svg)](https://github.com/dotCMS/core/actions/workflows/cicd_4-nightly.yml)