File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -417,6 +417,17 @@ jobs:
417
417
418
418
BUILD_VERSION="${BASE_VERSION}-${SANITIZED_BRANCH}-${RUN_NUMBER}"
419
419
echo "BUILD_VERSION=${BUILD_VERSION}" | tee -a $GITHUB_ENV $GITHUB_OUTPUT
420
+ - id : login-azure
421
+ name : Authenticate with Azure
422
+ uses : azure/login@v2
423
+ with :
424
+ client-id : ${{ secrets.AZURE_CLIENT_ID }}
425
+ tenant-id : ${{ secrets.AZURE_TENANT_ID }}
426
+ subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
427
+ - name : Login to Azure Artifact Registry
428
+ shell : bash
429
+ run : |
430
+ az acr login -n dataplanedeployment
420
431
- id : login-gcp
421
432
name : Authenticate with Google Cloud
422
433
uses : google-github-actions/auth@v1
@@ -461,6 +472,7 @@ jobs:
461
472
platforms : linux/amd64,linux/arm64
462
473
tags : |
463
474
609927696493.dkr.ecr.us-west-2.amazonaws.com/opentelemetry-collector-contrib:${{steps.create-version.outputs.BUILD_VERSION}}
475
+ ${{secrets.AAR_REPO_IMAGE}}:${{steps.create-version.outputs.BUILD_VERSION}}
464
476
${{secrets.GCR_ASIA_IMAGE}}:${{steps.create-version.outputs.BUILD_VERSION}}
465
477
${{secrets.GCR_EUROPE_IMAGE}}:${{steps.create-version.outputs.BUILD_VERSION}}
466
478
${{secrets.GCR_US_IMAGE}}:${{steps.create-version.outputs.BUILD_VERSION}}
You can’t perform that action at this time.
0 commit comments