We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fd560 commit a4375cfCopy full SHA for a4375cf
1 file changed
.github/workflows/ci.yaml
@@ -46,6 +46,12 @@ jobs:
46
uses: actions/setup-go@v5
47
with:
48
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 }}
55
- run: make validate-csv
56
validate-helm-values:
57
runs-on: ubuntu-latest
@@ -61,6 +67,12 @@ jobs:
61
67
62
68
63
69
70
71
72
73
74
75
64
76
- run: make validate-helm-values
65
77
66
78
### Golang checks and build ###
0 commit comments