Skip to content

Commit 332972b

Browse files
committed
update docker registry url
1 parent 8d48a48 commit 332972b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
task-definition-arn: ${{ secrets.AWS_ECS_TASK_DEFINITION_ARN }}
5353
container-name: ${{ secrets.AWS_ECS_CONTAINER_NAME }}
54-
image: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}
54+
image: ${{ secrets.AWS_ECR_REGISTRY}}/${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}
5555

5656
- name: deploy to ecs service
5757
id: deploy-to-ecs-service

0 commit comments

Comments
 (0)