Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
38cf0f8d
"examples/vscode:/vscode.git/clone" did not exist on "43877a620bf629d3625c870ef787e590101e0518"
Unverified
Commit
38cf0f8d
authored
Aug 12, 2025
by
Tushar Sharma
Committed by
GitHub
Aug 12, 2025
Browse files
fix: Ensure Login to NGC step works (#2409)
parent
b4189c68
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/build-and-test.yml
.github/workflows/build-and-test.yml
+1
-0
No files found.
.github/workflows/build-and-test.yml
View file @
38cf0f8d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment