ci-dockerfiles-deployment: Use "trustedfirmware-private" bucket

Should be created and active now.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I09d6aaedf45bb8f7dc15384089b0f79f965234be
diff --git a/ci-dockerfiles-deployment/builders.sh b/ci-dockerfiles-deployment/builders.sh
index 04ea34b..482ab95 100644
--- a/ci-dockerfiles-deployment/builders.sh
+++ b/ci-dockerfiles-deployment/builders.sh
@@ -21,7 +21,7 @@
 cd dockerfiles/
 
 aws configure list
-aws s3 cp --recursive s3://trustedfirmware-fvp/ .
+aws s3 cp --recursive s3://trustedfirmware-private/ .
 
 git_previous_commit=$(git rev-parse HEAD~1)
 git_commit=$(git rev-parse HEAD)