|
|
|
|
@ -216,15 +216,15 @@ jobs:
@@ -216,15 +216,15 @@ jobs:
|
|
|
|
|
docker logout |
|
|
|
|
echo "DOCKER_CONTENT_TRUST=0" >> $GITHUB_ENV |
|
|
|
|
|
|
|
|
|
- name: Login to Azure - QA Subscription |
|
|
|
|
- name: Login to Azure - PROD Subscription |
|
|
|
|
uses: Azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 # v1.1 |
|
|
|
|
with: |
|
|
|
|
creds: ${{ secrets.AZURE_QA_KV_CREDENTIALS }} |
|
|
|
|
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }} |
|
|
|
|
|
|
|
|
|
- name: Login to Azure ACR |
|
|
|
|
run: az acr login -n bitwardenprod |
|
|
|
|
|
|
|
|
|
- name: Tag and Push to Azure QA ACR |
|
|
|
|
- name: Tag and Push to Azure PROD ACR |
|
|
|
|
env: |
|
|
|
|
REGISTRY: bitwardenprod.azurecr.io |
|
|
|
|
run: | |
|
|
|
|
|