Skip to content

chore: use base image from arg #15

chore: use base image from arg

chore: use base image from arg #15

Workflow file for this run

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 }}