Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/build-images: fix push to ECR (#1315)
Push to ECR started to fail after #1312 changes: ``` Copy neondatabase/neonvm-controller:testrelease-20250311.1c7bb48.13791913752 to dev ECR ERROR: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed ``` It tries to push images to `<ECR>/neondatabase/<IMAGE_NAME>` instead of `<ECR>/<IMAGE_NAME>`
- Loading branch information