From 98ef464b34b0d98dfbc90e2c78200f869c07af5a Mon Sep 17 00:00:00 2001 From: DibyoGit <64616330+DibyoGit@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:56:13 +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 922dcf424..f50332d00 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -14,7 +14,7 @@ phases: commands: - echo Build started on `date` - echo Building the Docker image... - - docker build -t $REPOSITORY_URI:latest . + - docker build -t $REPOSITORY_URI:v1 . - docker tag $REPOSITORY_URI:latest $REPOSITORY_URI:$IMAGE_TAG post_build: commands: