I have this step that calls a shell script as an argument: - name:
'gcr.io/google.com/cloudsdktool/cloud-sdk:${_CLOUD_SDK_VERSION}' id:
'deploy_image_to_cloud_run' entrypoint: 'bash' args:
['scripts/deploy.sh'] automapSubstitutions: true # Map substi...