"examples/vscode:/vscode.git/clone" did not exist on "43877a620bf629d3625c870ef787e590101e0518"
Unverified Commit 38cf0f8d authored by Tushar Sharma's avatar Tushar Sharma Committed by GitHub
Browse files

fix: Ensure Login to NGC step works (#2409)

parent b4189c68
......@@ -35,6 +35,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to NGC
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
run: |
echo "${{ secrets.NGC_CI_ACCESS_TOKEN }}" | docker login nvcr.io -u '$oauthtoken' --password-stdin
- name: Define Image Tag
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment