Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Update docker login command for NGC_REGISTRY
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Klues <[email protected]>
  • Loading branch information
klueska committed Jan 12, 2021
1 parent 2385116 commit 4c41976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ release:ngc:
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
- docker pull ${CI_REGISTRY_IMAGE}:${VERSION}
- docker tag ${CI_REGISTRY_IMAGE}:${VERSION} ${NGC_PROD_IMAGE}:${VERSION}
- docker login -u ${NGC_REGISTRY_USER} -p ${NGC_REGISTRY_TOKEN}
- docker login -u ${NGC_REGISTRY_USER} -p ${NGC_REGISTRY_TOKEN} ${NGC_REGISTRY}
- docker push ${NGC_PROD_IMAGE}:${VERSION}
dependencies:
- versionning
Expand Down

0 comments on commit 4c41976

Please sign in to comment.