Skip to content

Commit

Permalink
[Nemo CICD] (NVIDIA#8794)
Browse files Browse the repository at this point in the history
* Change container registry login

* temp for test

* Change container registry login

* Revert "temp for test"

This reverts commit 0cee494.
  • Loading branch information
pablo-garay authored Apr 3, 2024
1 parent 461294e commit 3497afa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@ jobs:
# --env HYDRA_FULL_ERROR=1
steps:
- name: Log into ACR (Azure Container Registry) # this login is for the pushing step after
uses: azure/docker-login@v1
with:
login-server: nemoci.azurecr.io
password: ${{ secrets.ACR_PASSWORD }}
username: nemoci
run: |
# Login to Azure Container Registry
az acr login --name nemoci.azurecr.io
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 3497afa

Please sign in to comment.