Skip to content

Commit a4375cf

Browse files
committed
login to nvcr in ci
1 parent c8fd560 commit a4375cf

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
uses: actions/setup-go@v5
4747
with:
4848
go-version: ${{ env.GOLANG_VERSION }}
49+
- name: Login to nvidia registry
50+
uses: docker/login-action@v3
51+
with:
52+
registry: nvcr.io
53+
username: $oauthtoken
54+
password: ${{ secrets.NVCR_KEY }}
4955
- run: make validate-csv
5056
validate-helm-values:
5157
runs-on: ubuntu-latest
@@ -61,6 +67,12 @@ jobs:
6167
uses: actions/setup-go@v5
6268
with:
6369
go-version: ${{ env.GOLANG_VERSION }}
70+
- name: Login to nvidia registry
71+
uses: docker/login-action@v3
72+
with:
73+
registry: nvcr.io
74+
username: $oauthtoken
75+
password: ${{ secrets.NVCR_KEY }}
6476
- run: make validate-helm-values
6577

6678
### Golang checks and build ###

0 commit comments

Comments
 (0)