Skip to content

Commit

Permalink
trying stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jun 5, 2024
1 parent cad7970 commit ecb9e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pipelines/templates/template-push-images-to-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ steps:
az acr login --name "$RP_IMAGE_ACR"
else

Check failure on line 13 in .pipelines/templates/template-push-images-to-acr.yml

View workflow job for this annotation

GitHub Actions / mega-linter-yaml

13:11 [trailing-spaces] trailing spaces
trap 'rm -f acr-credentials.json' EXIT
base64 -d >acr-credentials.json <<<${{ parameters.azureDevOpsJSONSPN }}
az acr login --name "$RP_IMAGE_ACR" -u "$(jq -r .username < acr-credentials.json)" -p "$(jq -r .password < acr-credentials.json)"
fi
Expand Down

0 comments on commit ecb9e2e

Please sign in to comment.