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
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:
...
@@ -35,6 +35,7 @@ jobs:
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Login to NGC
-
name
:
Login to NGC
if
:
github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
run
:
|
run
:
|
echo "${{ secrets.NGC_CI_ACCESS_TOKEN }}" | docker login nvcr.io -u '$oauthtoken' --password-stdin
echo "${{ secrets.NGC_CI_ACCESS_TOKEN }}" | docker login nvcr.io -u '$oauthtoken' --password-stdin
-
name
:
Define Image Tag
-
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