অনুরূপ এবং tslegaitis এর উত্তর, পরে ধন্যবাদ
gcloud builds submit --config cloudbuild.yaml .
এটা দেখায়
Check the gcloud log [/home/USER/.config/gcloud/logs/2020.05.24/21.12.04.NUMBERS.log] to see which files and the contents of the
default gcloudignore file used (see `$ gcloud topic gcloudignore` to learn
more).
এই লগটি চেক করে, এটি বলছে যে ডকার ব্যবহার করবে .gitignore:
DATE Using default gcloudignore file:
# This file specifies files that are *not* uploaded to Google Cloud Platform
# using gcloud. It follows the same syntax as .gitignore, with the addition of
# "#!include" directives (which insert the entries of the given .gitignore-style
# file at that point).
# ...
.gitignore
সুতরাং আমি আমার স্থির করেছিলাম .gitignore(আমি এটির পরিবর্তে শ্বেত তালিকা হিসাবে ব্যবহার করি) এবং ডকার ফাইলটি অনুলিপি করেছেন।
[আমি উত্তরটি যুক্ত করেছি কারণ মন্তব্য করার মতো যথেষ্ট খ্যাতি আমার নেই]