Changed acr login command
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Marcin-Ramotowski
2025-07-26 15:01:45 +02:00
parent dd02227d69
commit aeac0c5ee4

View File

@ -16,7 +16,7 @@ steps:
commands:
# Login to Azure & Get Kubeconfig
- az login --identity --client-id $CLIENT_ID
- az acr login --name marcin00
- az acr login -n marcin00 --expose-token
- az aks get-credentials --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME --overwrite-existing
- kubelogin convert-kubeconfig -l azurecli