Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use propagateTags service value #712

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

guikcd
Copy link
Contributor

@guikcd guikcd commented Jan 17, 2025

Closes: #707

Without this PR, if propagate-tags is set to NONE if user don't set it.
This overwrite the service propagateTags and this is a problem when it's set to SERVICE or TASK_DEFINITION (in IaC typically).
This PR first describe the service to get the value of the existing propagateTags value. If no value is set in the action yaml, take this value.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@guikcd guikcd marked this pull request as draft January 17, 2025 10:50
@guikcd guikcd force-pushed the propagate_tags_get_current_value branch 5 times, most recently from 98e4b5b to 70acf97 Compare January 26, 2025 19:37
@guikcd guikcd force-pushed the propagate_tags_get_current_value branch from 70acf97 to 150d0a2 Compare January 26, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The current ECS service setting is not honored when propagate-tags is not set
1 participant