Guillaume Lhermenier

Results 20 comments of Guillaume Lhermenier

I do agree and am able to reproduce. But in this file, we have eg `mountPoints` where in the service module, it looks for [`mount_points`](https://github.com/terraform-aws-modules/terraform-aws-ecs/blob/32f1169f8fd2f1beb224a0b0f040d8825eb01c05/modules/service/main.tf#L554C3-L554C110) ```terraform mount_points = try(each.value.mount_points, var.container_definition_defaults.mount_points,...

You're welcome. If I can be of only help (for PR or anything else) please let me know (I just don't see at the moment what would be the best...

Hi, I spent some time last days to on that and mostly struggled with my own station to have quicker local builds... Anyway I also took into account https://github.com/kafbat/kafka-ui/issues/349 to...

Sorry for the delay ! I updated the PR using the save/load mechanism as requested. I also impacted the release workflow that I forgot initially. For the ECR publish, it's...

Sure. Just a question about how you see that :) One reusable action per target registry (ecr, github, ecr) ? Or one reusable action (something like image-publish) that push to...

Hello I gave this some time yesterday and made it work as follows (PR udpated) : - 1 docker_build.yml workflow - 1 docker_publish.yml workflow, which itself calls 3 differents workflows...

Hello, Sure, I'll give some tests to your proposals and fix them if everything's good. About > One more thing, can we get separate workflows like publish_x.yml to be separate...

Hello, I'm having the same behavior between 3 jobs and a matrix that generates 3 jobs. See here, I changed a secret on my project to make the dockerhub publish...

Hello, I just updated the PR to use matrix workflows and removed old workflows that contained some hardcoded strings. It should work with no issue as soon as : -...

It reminds me of something about provenance but can't remember exactly what ATM. I'm pretty sure I tried multiple stuffs to get rid of that unsuccessfully. I think that in...