feat: add docker labels
Issue #, if available:
Description of changes:
- Add
docker-labelsto optional action input(action.yml) - Apply
docker-labesto ecs task definitiondockerLabels. - Add test to empty case and update case.
- Update README
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
what is problem??
Since AWS Fargate does not copy image labels to the containers, this change would be welcome. Otherwise it's pretty hard to add a git commit sha as a label to the container.
Are there any issues with this? It would be a really useful feature.
Hi @AhnSeongHyun, thank you so much for your contribution. Apologies on the delay. We will be working on reviewing this Pull Request. In the mean time please ensure that below steps, if not already done, are taken care of in your PR:
-
Verify if PR follows semantic pull request conventions.
-
Please be sure to run
npm run packagecommand to update dist/ folder with latest dependencies. -
Resolve merge conflicts on the PR if any.
This feature should be covered by PR 274. Please feel free to re-open if the issue is not addressed.