From 535f1bf6f2d67ccc154cbb92a64c303828d670a9 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 24 Dec 2021 09:02:31 -0800 Subject: [PATCH] I think the image definitions aren't quite right. --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 23350646..ed455d6a 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -33,7 +33,7 @@ phases: - docker push $REPOSITORY_URI:$TAG_NAME - docker push $REPOSITORY_URI:$IMAGE_TAG - echo Writing image definitions file... - - printf '[{"name":"integreat","imageUri":"%s"}]' $REPOSITORY_URI:$IMAGE_TAG > imagedefinitions.json + - printf '[{"name":"integreat-app","imageUri":"%s"}]' $REPOSITORY_URI:$IMAGE_TAG > imagedefinitions.json artifacts: files: - auto-ap.jar