amazon-ecs-render-task-definition
amazon-ecs-render-task-definition copied to clipboard
Inserts a container image URI into an Amazon ECS task definition JSON file.
Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
Currently this workflow expects to have the Task Definition Json to be part of the GitHub Repo. If this action can be enhanced to fetch the task definition just by...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.1.3. Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...
Would a PR for this feature be useful? Was thinking of doing it for myself but can obviously help the community Idea is having an optional field for the **tags**...
Action does not respect [github default working directory](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#defaults)  Previous issues that had to deal with this subtle error: https://github.com/aws-actions/amazon-ecs-render-task-definition/issues/68#issuecomment-881407765
*Issue #, if available:* #20 *Description of changes:* Add ability to add secrets to task definition. There is already a pull request here #143 which tries to do this, but...
**Issue** https://github.com/aws-actions/amazon-ecs-render-task-definition/issues/20 *Description of changes:* Merge a JSON fragment of a task definition with a task definition using [lodash's mergewith](https://lodash.com/docs/4.17.15#mergeWith). `containerDefinitions` and `name` within each container definition are required in...
***Description of changes:*** Add support to environment files from s3 - Add `environment-variables-files` to optional action input - Update test cases. - Update README By submitting this pull request, I...
*Description of changes:* Change deprecated package "ncc" package from @zeit/ncc to @vercel/ncc by npmjs the @zeit/ncc package is deprecated and the new one is @vercel/ncc https://www.npmjs.com/package/@zeit/ncc By submitting this pull...