From 49427fe58a7dc155a18cfc62b81a4f5ab645f91e Mon Sep 17 00:00:00 2001 From: DibyoGit <64616330+DibyoGit@users.noreply.github.com> Date: Mon, 14 Jul 2025 01:31:37 +0530 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index e35929f03..d828c8e33 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -12,7 +12,7 @@ phases: - IMAGE_TAG=build-$(echo $CODEBUILD_BUILD_ID | awk -F":" '{print $2}') build: commands: - - echo Build started on `date` + - echo Docker CID Build started on `date` - echo Building the Docker image... - docker build -t $REPOSITORY_URI:latest . - docker tag $REPOSITORY_URI:latest $REPOSITORY_URI:$IMAGE_TAG