chore: use base image from arg #15
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Fork CI | |
| on: | |
| push: | |
| tags: | |
| - network-operator-* | |
| jobs: | |
| call-reusable-ci-fork-workflow: | |
| uses: Mellanox/cloud-orchestration-reusable-workflows/.github/workflows/fork-ci-reusable.yml@main | |
| with: | |
| registry-internal: nvcr.io/nvstaging/mellanox | |
| service-account-username: nvidia-ci-cd | |
| service-account-email: [email protected] | |
| components: '[{"name": "spectrumXOperator", "imageName": "spectrum-x-operator", "Dockerfile": "Dockerfile"}]' | |
| secrets: | |
| registry-username: ${{ secrets.NVCR_USERNAME }} | |
| registry-token: ${{ secrets.NVCR_TOKEN }} | |
| cicd-gh-token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }} |