Hi All,
I encounter a problem, as title.
I have google it for a while, but didn’t get any answer.
Here is part log:
unauthorized: You don’t have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: https://cloud.google.com/container-registry/docs/advanced-authentication
And my yml:
kind: pipeline
name: default
steps:
- name: publish
image: plugins/gcr
settings:
registry: asia.gcr.io
repo: report-163115/linebot
tags: ${DRONE_TAG}
dockerfile: ./Dockerfile
json_key:
from_secret: google_credentials
Thank for your reading