Skip to content

Merge pull request #57 from Mellanox/dependabot/docker/nvidia/distrol… #7

Merge pull request #57 from Mellanox/dependabot/docker/nvidia/distrol…

Merge pull request #57 from Mellanox/dependabot/docker/nvidia/distrol… #7

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": "NetworkOperatorInitContainer", "imageName": "network-operator-init-container", "Dockerfile": "Dockerfile"}]'
secrets:
registry-username: ${{ secrets.NVCR_USERNAME }}
registry-token: ${{ secrets.NVCR_TOKEN }}
cicd-gh-token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}