Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jun 12, 2024
1 parent e664ff6 commit 205c9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/template-push-images-to-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
if [ -z ${{ parameters.acrCredentialsJSON }} ]; then
az acr login --name "$RP_IMAGE_ACR"
else
else
base64 -d >acr-credentials.json <<<${{ parameters.acrCredentialsJSON }}
az acr login --name "$RP_IMAGE_ACR" -u "$(jq -r .username < acr-credentials.json)" -p "$(jq -r .password < acr-credentials.json)"
rm -f acr-credentials.json
Expand Down

0 comments on commit 205c9af

Please sign in to comment.