Skip to content

Commit 708ae54

Browse files
Merge pull request #32 from almaslennikov/patch-1
Create netop-ci.yml
2 parents e2d9710 + aae2f6d commit 708ae54

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/netop-ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Fork CI
2+
3+
on:
4+
push:
5+
tags:
6+
- network-operator-*
7+
8+
jobs:
9+
call-reusable-ci-fork-workflow:
10+
uses: Mellanox/cloud-orchestration-reusable-workflows/.github/workflows/fork-ci-reusable.yml@main
11+
with:
12+
registry-internal: nvcr.io/nvstaging/mellanox
13+
service-account-username: nvidia-ci-cd
14+
service-account-email: [email protected]
15+
components: '[{"name": "nicFeatureDiscovery", "imageName": "nic-feature-discovery", "Dockerfile": "Dockerfile"}]'
16+
secrets:
17+
registry-username: ${{ secrets.NVCR_USERNAME }}
18+
registry-token: ${{ secrets.NVCR_TOKEN }}
19+
cicd-gh-token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}

0 commit comments

Comments
 (0)