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: