Added acr login
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Marcin-Ramotowski
2025-07-26 14:56:53 +02:00
parent cc3991ad6d
commit dd02227d69

View File

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