Skip to content

Commit

Permalink
Update NGC location in publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim authored Sep 12, 2023
1 parent 5495c8f commit 59da7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ jobs:
docker image prune --force
registry=${{ vars.registry || 'localhost:5000' }}/${repo_owner,,}
if [ -n "$(echo "$platforms" | grep ',')" ] && ${{ secrets.secrets.NGC_CREDENTIALS != '' }}; then
if [ -n "$(echo "$platforms" | grep ',')" ] && ${{ secrets.NGC_CREDENTIALS != '' }}; then
if [ -n "$cudaq_ngc_image" ]; then
ngc_registry=nvcr.io/${repo_owner,,}/cudaquantdev
ngc_registry=nvcr.io/${repo_owner,,}/nightly
fi
fi
Expand Down

0 comments on commit 59da7b5

Please sign in to comment.