Skip to content

Commit

Permalink
Adjust Github action username (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 authored Oct 1, 2024
1 parent 19d3a0f commit 444a8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Login to NGC
- name: Log in to NGC Registry
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login nvcr.io --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login nvcr.io --username "\$oauthtoken" --password-stdin

# Build the Docker image using the Dockerfile
- name: Build Docker image
Expand Down

0 comments on commit 444a8cf

Please sign in to comment.