ServiceException: 401 Anonymous caller does not have storage.objects.get access ...
This is my google cloud build step:
steps:- name: 'gcr.io/cloud-builders/docker'args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/quartus:latest', '-f', 'workflow/cloudbuild/quartus.Dockerfile', '.' ]
Q: how can I add the credentials that kaniko is obviously adding to the build step above?
Cheers,