[pipelines] Circular reference when using ECR Repository for SimpleSynthAction #10535
Labels
@aws-cdk/pipelines
CDK Pipelines library
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
needs-triage
This issue or PR still needs to be triaged.
p1
When specifying a ECR Repository as the Build Image for a SimpleSynthAction, a circular reference error is thrown.
Reproduction Steps
What did you expect to happen?
Use a ECR Repository as the Build Image for the Simple Synth Action.
This code worked in
v1.62.0
What actually happened?
An error is thrown, indicating a circular reference:
Environment
Other
I believe this bug was introduced by the following PR: #10176
Specifically this block of code:
aws-cdk/packages/@aws-cdk/pipelines/lib/synths/simple-synth-action.ts
Line 308 in f929a29
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: