We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b8b6d commit 6f002d8Copy full SHA for 6f002d8
.github/workflows/_test_nccl_gke.yaml
@@ -62,12 +62,12 @@ jobs:
62
steps:
63
- uses: actions/checkout@v4
64
65
- - name: Login to GitHub Container Registry
+ - name: Login to nvcr.io Container Registry
66
uses: docker/login-action@v3
67
with:
68
- registry: ghcr.io
69
- username: ${{ github.repository_owner }}
70
- password: ${{ secrets.GITHUB_TOKEN }}
+ registry: nvcr.io
+ username: $oauthtoken
+ password: ${{ secrets.NVCR_TOKEN }}
71
72
- name: K8s GHCR store and delete token
73
id: store-token
0 commit comments