gcloud.builds.submit
See original GitHub issueI am running the sample workflow and I am not able to get it working
Build step output
ERROR: (gcloud.builds.submit) You do not currently have an active account selected.
Please run:
$ gcloud auth login
to obtain new credentials, or if you have already logged in with a
different account:
$ gcloud config set account ACCOUNT
to select an already authenticated account to use.
I thought the auth is automatically inferrred from the gcloud setup step, do I need to do anything additional here?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
gcloud builds submit | Google Cloud CLI Documentation
API-first integration to connect existing data and applications. ... Solution to bridge existing care systems and apps on Google Cloud. ... No-code development ......
Read more >google cloud platform - What does "gcloud builds submit ... " do?
To submit a build is to send your build resources (source files) to Cloud Storage, on the one hand. On the other hand,...
Read more >cloud-builders/cloudbuild.yaml at master ... - GitHub
In this directory, run the following command to build this builder. # $ gcloud builds submit . --config=cloudbuild.yaml.
Read more >gcloud builds submit - manual page - VENEA•NET
gcloud_builds_submit(1) - Linux man page. Submit a build using Google Cloud Build. Online manual. Command line arguments, usage. Ubuntu, Debian, Mint, ….
Read more >gcloud_builds_submit • man page - helpmanual.io
Submit a build using Google Cloud Build. When the builds/use_kaniko property is True, builds submitted with --tag will use Kaniko ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @SanketDG
yes, it is an available parameter in gcloud >=275.0.0. More info about that flag here here: https://cloud.google.com/sdk/gcloud/reference/run/deploy#--port
Yes , it did.
Thanks @sethvargo @bharathkkb