From 17ca474deecfd7ed6bfeb844f04e900c29c245ae Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 27 Jul 2023 08:56:26 -0700 Subject: [PATCH] tweaking for success --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index f0252d60..21b6e70e 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -23,7 +23,7 @@ phases: - echo Build started on `date` - echo Building the Docker image... - ls /root/.m2/ - - ls build + - ls - docker build -t $REPOSITORY_URI:$TAG_NAME . - docker tag $REPOSITORY_URI:$TAG_NAME $REPOSITORY_URI:$IMAGE_TAG post_build: