diff --git a/buildspec.yml b/buildspec.yml index 8443bef..abbea69 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -17,7 +17,7 @@ phases: commands: - echo Build started on `date` - echo Building the Docker image... - - docker build --build-arg APP_VERSION=$IMAGE_VERSION -t $IMAGE_TAG . + - docker build --build-arg APP_VERSION=$IMAGE_TAG -t $REPOSITORY_URI:$IMAGE_TAG . post_build: commands: - echo Build completed on `date`