diff --git a/buildspec.yml b/buildspec.yml index 9e52eba219..eacbb96580 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -13,6 +13,8 @@ phases: commands: - echo Building the docker image... - echo Build started on `date` + - echo "REPOSITORY_URI=$REPOSITORY_URI" + - echo "IMAGE_TAG=$IMAGE_TAG" - docker build --cache-from $REPOSITORY_URI:latest -t $REPOSITORY_URI:$IMAGE_TAG . - docker tag $REPOSITORY_URI:$IMAGE_TAG $REPOSITORY_URI:latest post_build: