Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale committed Jul 8, 2024
1 parent 6365e71 commit 8d3f847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-manual-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# ACR login
ACR_REGISTRY_NAME=$(echo "$REGISTRY" | grep -oP '(.+)(?=\.azurecr\.io)')
az acr login --name $ACR_REGISTRY_NAME --username $TOKEN_NAME --password-stdin $PASSWORD
az acr login --name $ACR_REGISTRY_NAME --username $TOKEN_NAME --password $PASSWORD
# Setup build CLI
cd "$GITHUB_WORKSPACE/ref"
Expand Down

0 comments on commit 8d3f847

Please sign in to comment.