Skip to content

Commit

Permalink
Update server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel authored May 29, 2024
1 parent 1fe743d commit 8c4bd4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
subscription-id: ${{ fromJSON(secrets.AZURE_CREDENTIALS_OIDC).subscriptionId }}
- name: Login to ACR via OIDC
run: az acr login --name ${{ secrets.CONTAINER_REGISTRY }}
- uses: azure/aks-set-context@v2.0
- uses: azure/aks-set-context@v3
with:
admin: true
cluster-name: ${{ secrets.CLUSTER_NAME }}
resource-group: ${{ secrets.RESOURCE_GROUP }}
- name: Build and rollout to CI
Expand Down

0 comments on commit 8c4bd4e

Please sign in to comment.