CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 79 forks source link

Problem with tag generation with update_service command #206

Open alexgorb2016 opened 10 months ago

alexgorb2016 commented 10 months ago

Orb version:

v4.0.0

What happened:

with this code orb generates full sha1 tag for docker image, but we want to see it in a shorter way.

Expected behavior:

image url should looks like 123456789 but not full sha1

Additional Information:

It works as expected with previous version of this orb.

marboledacci commented 3 weeks ago

This is a problem with the circleci cli, which is used to manage the environment variables in the configurations, for now, you can use the workaround provided on https://github.com/CircleCI-Public/aws-ecr-orb/issues/329 until the fix is finished.