Skip to content

Merge pull request #287 from Mellanox/qos_stig_release #38

Merge pull request #287 from Mellanox/qos_stig_release

Merge pull request #287 from Mellanox/qos_stig_release #38

Workflow file for this run

name: Fork CI
on:
push:
tags:
- network-operator-*
branches:
- 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: svc-cloud-orch-gh@nvidia.com
components: '[{"name": "nicConfigurationOperator", "imageName": "nic-configuration-operator", "dockerfile": "Dockerfile"},
{"name": "nicConfigurationConfigDaemon", "imageName": "nic-configuration-operator-daemon", "dockerfile": "Dockerfile.nic-configuration-daemon"}]'
secrets:
registry-username: ${{ secrets.NVCR_USERNAME }}
registry-token: ${{ secrets.NVCR_TOKEN }}
cicd-gh-token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}