You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the same issue with aws-ecr/build_and_push_image that the reporter for the ECS orb was having here with service_update and the ${CIRCLE_SHA1} @ CircleCI-Public/aws-ecs-orb#206
- aws-ecr/build-and-push-image:
checkout: false
auth:
- aws-cli/setup:
aws_access_key_id: AWS_ACCESS_KEY_ID
aws_secret_access_key: AWS_SECRET_ACCESS_KEY
region: AWS_REGION
dockerfile: Dockerfile-app
path: ~/project
repo: $repo
push-image: false
region: $region
tag: ${CIRCLE_SHA1:0:7}
Expected behavior
Using ${CIRCLE_SHA1:0:7} Should return only the first 7 characters of the hash. Instead it is returning the full hash.
Additional Information
Expected behavior works with previous version 8.2.1
The text was updated successfully, but these errors were encountered:
I believe this has to do with the change from eval to env subst. For the meantime, I was able to create a stop gap by inlining the 8.2.1 aws-ecr orb and updating the Ubuntu executor images to current.
Orb version
9.0.2
What happened
Having the same issue with aws-ecr/build_and_push_image that the reporter for the ECS orb was having here with service_update and the ${CIRCLE_SHA1} @ CircleCI-Public/aws-ecs-orb#206
- aws-ecr/build-and-push-image:
checkout: false
auth:
- aws-cli/setup:
aws_access_key_id: AWS_ACCESS_KEY_ID
aws_secret_access_key: AWS_SECRET_ACCESS_KEY
region: AWS_REGION
dockerfile: Dockerfile-app
path: ~/project
repo: $repo
push-image: false
region: $region
tag: ${CIRCLE_SHA1:0:7}
Expected behavior
Using ${CIRCLE_SHA1:0:7} Should return only the first 7 characters of the hash. Instead it is returning the full hash.
Additional Information
Expected behavior works with previous version 8.2.1
The text was updated successfully, but these errors were encountered: