Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
482 views

CD for google cloud functions using google cloud repository - how to automate deployment?

I am new to GCP however did some read up of docs regarding deploying from google cloud repo https://cloud.google.com/functions/docs/deploying/repo however I stil miss some automation bit to don't have ...
andilabs's user avatar
  • 23.2k
2 votes
1 answer
3k views

Service account does not have storage.buckets.lists access to project while pushing images to GCR via Gitlab CI

I am using Gitlab CI to build docker images and to push them to GCR. My Script goes like this - build: image: google/cloud-sdk services: - docker:dind stage: build cache: script: - ...
Bharat Chhabra's user avatar