amazon-ecs-render-task-definition icon indicating copy to clipboard operation
amazon-ecs-render-task-definition copied to clipboard

how to update the awslogs-group?

Open sombriks opened this issue 2 years ago • 1 comments

any example on how do i could use the action to set awslogs-group inside my task definition?

sombriks avatar Jul 25 '23 14:07 sombriks

xample inside a github workflow:

      - name: Render Amazon ECS task definition for backend container
        if: matrix.build == 'backend'
        id: render-backend-container
        uses: aws-actions/amazon-ecs-render-task-definition@v1
        with:
          task-definition: ${{ env.APPLICATION_TASK_DEFINITION }}
          container-name: backend
          image: ${{ steps.build-backend-image.outputs.image }}
          log-configuration: awslogs,awslogs-group=${{ needs.prepare.outputs.log_group }},awslogs-stream-prefix=backend

bhaktatejas922 avatar Oct 07 '23 06:10 bhaktatejas922

Closing this older issue as the PR associated with this PR #255 has been merged. Please feel free to open a new issue if there are additional questions or concerns. Thanks!

amazreech avatar Aug 14 '24 14:08 amazreech