You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--> STDERR: Unable to find image 'cdk-1...:latest' locally
Error response from daemon: pull access denied for cdk-1..., repository does not exist or may require 'docker login': denied: requested access to the resource is denied
What I suspect: It seems like the image that gets built by Buildx might not be properly tagged or not available for ECRDeployment to pick up. Or perhaps there's a mismatch in the way the image is being built vs how it's referenced in the ECRDeployment step.
Has anyone else experienced this issue or have suggestions for a fix?
Thanks in advance for any help or pointers!
The text was updated successfully, but these errors were encountered:
Hi everyone,
I'm building my CDK Stack using GitHub Actions workflow, and building my containers with the ECRDeployment class using the Python SDK.
I would like to use BuildX specifically to leverage caching, as it's essential for speeding up subsequent builds.
GitHub Actions Cache
(Sub-question: I would also really like the Prebuild Lambda to be cached, but I have no idea how)
When I try to run the ECRDeployment step after the BuildX step, I receive an error that prevents the image from being pushed to the ECR registry.
Example Workflow:
The error I get:
I have also added the step:
This didn't help either.
What I suspect: It seems like the image that gets built by Buildx might not be properly tagged or not available for ECRDeployment to pick up. Or perhaps there's a mismatch in the way the image is being built vs how it's referenced in the ECRDeployment step.
Has anyone else experienced this issue or have suggestions for a fix?
Thanks in advance for any help or pointers!
The text was updated successfully, but these errors were encountered: