1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-20 12:38:15 -05:00

Fix SP name

This commit is contained in:
Vince Grassia 2024-05-08 15:00:28 -04:00
parent cea54aad3f
commit ce7d50fe03
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -104,10 +104,10 @@ jobs:
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
########## ACRs ##########
- name: Log in to Azure - Production subscription
- name: Login to Azure - PROD Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
with:
creds: ${{ secrets.AZURE_KV_PROD_SERVICE_PRINCIPAL }}
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
- name: Login to PROD ACR
run: az acr login -n ${_AZ_REGISTRY%.azurecr.io}