Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 7f1ee3a

Browse files
committed
Fix repo name
1 parent 0bf1fe9 commit 7f1ee3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build, tag, and push docker image to Amazon ECR
3030
env:
3131
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
32-
REPOSITORY: sync-svc-cube-prod
32+
REPOSITORY: sync-svc-cube
3333
IMAGE_TAG: ${{ github.sha }}
3434
run: |
3535
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .

terraform/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "aws_iam_policy" "sync_svc_cube_ecr_policy" {
3636
"Action" : [
3737
"ecr:GetAuthorizationToken"
3838
],
39-
"Resource" : aws_ecr_repository.sync_svc_cube_repo.arn
39+
"Resource" : "*"
4040
},
4141
{
4242
"Sid" : "AllowPushPull",

0 commit comments

Comments
 (0)