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
4d24d03b
Unverified
Commit
4d24d03b
authored
Aug 11, 2025
by
Tushar Sharma
Committed by
GitHub
Aug 11, 2025
Browse files
fix: Fixes OPS-618 Add Access Token for accessing containers on NGC (#2395)
parent
c443528f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.github/workflows/build-and-test.yml
.github/workflows/build-and-test.yml
+3
-0
No files found.
.github/workflows/build-and-test.yml
View file @
4d24d03b
...
@@ -34,6 +34,9 @@ jobs:
...
@@ -34,6 +34,9 @@ jobs:
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
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
run
:
|
echo "${{ secrets.NGC_CI_ACCESS_TOKEN }}" | docker login nvcr.io -u '$oauthtoken' --password-stdin
-
name
:
Define Image Tag
-
name
:
Define Image Tag
id
:
define_image_tag
id
:
define_image_tag
run
:
|
run
:
|
...
...
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