Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow files for main-build #20

Merged
merged 10 commits into from
Aug 20, 2024
Prev Previous commit
Next Next commit
add comment regarding testing ecr repo
  • Loading branch information
jj22ee committed Aug 19, 2024
commit e8a9089501688e986ff50ada7593db9f527338d6
2 changes: 2 additions & 0 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
env:
AWS_DEFAULT_REGION: us-east-1
STAGING_ECR_REGISTRY: 637423224110.dkr.ecr.us-east-1.amazonaws.com
# Another team is testing the `adot-autoinstrumentation-node-staging` image
# Temporarily use a testing image repo until that other team is done
STAGING_ECR_REPOSITORY: aws-observability/adot-autoinstrumentation-node-testing
STAGING_S3_BUCKET: ${{ secrets.STAGING_BUCKET_NAME }}

Expand Down
Loading