diff --git a/.github/workflows/qa-ledger.yml b/.github/workflows/qa-ledger.yml index 076631dcc..c67a89d75 100644 --- a/.github/workflows/qa-ledger.yml +++ b/.github/workflows/qa-ledger.yml @@ -41,7 +41,7 @@ jobs: ECR_REPOSITORY: qa-services IMAGE_TAG: "LEDGER_V_${{ github.run_number }}" run: | - docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f Dockerfiles/Dockerfile.ecosystem . + docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f Dockerfiles/Dockerfile.ledger . docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG docker image list @@ -64,7 +64,7 @@ jobs: - name: Replace executionRoleArn in task definition run: | - sed -i "s#\"executionRoleArn\": \"arn:aws:iam::.*:role/ecsTaskExecutionRole\"#\"executionRoleArn\": \"arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ecsTaskExecutionRole\"#" qa-taskdef/ecosystem-service.json + sed -i "s#\"executionRoleArn\": \"arn:aws:iam::.*:role/ecsTaskExecutionRole\"#\"executionRoleArn\": \"arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ecsTaskExecutionRole\"#" qa-taskdef/ledger-service.json - name: Update Task Definition and service run: |