File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
set -e
69
69
# Query the latest task definition (created by the tofu job above) and extract ECR image digest
70
70
TASK_DEF=$(aws ecs list-task-definitions --status ACTIVE --family-prefix $ECS_FAMILY_PREFIX --query "taskDefinitionArns[0]" | tr -d '"')
71
- TASK_DEF_IMAGE =$(aws ecs describe-task-definition --task-definition $TASK_DEF --query "taskDefinition.containerDefinitions[0].image")
71
+ TASK_DEF_IMA`GE =$(aws ecs describe-task-definition --task-definition $TASK_DEF --query "taskDefinition.containerDefinitions[0].image")
72
72
TASK_DEF_IMAGE_DIGEST=$(echo $TASK_DEF_IMAGE | cut -d "@" -f2 | tr -d '"')
73
73
74
74
# Query ECR for image matching $IMAGE_TAG (there should be only one) and verify digests match
Original file line number Diff line number Diff line change 22
22
allprojects {
23
23
apply plugin : " org.cyclonedx.bom"
24
24
dependencies {
25
- implementation ' gov.cms.ab2d:ab2d-events-client:3.3.5 '
25
+ implementation ' gov.cms.ab2d:ab2d-events-client:3.3.6-gf-SNAPSHOT '
26
26
implementation ' gov.cms.ab2d:ab2d-contracts-client:2.1.0'
27
27
implementation ' gov.cms.ab2d:ab2d-properties-client:2.1.0'
28
28
implementation " io.awspring.cloud:spring-cloud-aws:${ springCloudAwsVersion} "
You can’t perform that action at this time.
0 commit comments