Skip to content

Commit 3da8619

Browse files
committed
Fix the ecr repository name
1 parent cb502ca commit 3da8619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manually-trigger-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
version: ${{ inputs.version }}
5050
environment: ${{ inputs.environment }}
51-
ecr-repository: filplus-registry
51+
ecr-repository: filplus-backend
5252
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_IMAGE_DEPLOYER }}
5353
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_IMAGE_DEPLOYER }}
5454
aws-region: us-east-1

0 commit comments

Comments
 (0)