Drone plugins > Google Container Registry
Google Container Registry
by drone-plugins
The GCR plugin can be used to build and publish images to the Google Container Registry.
Example
kind: pipeline
name: default
steps:
- name: publish
image: plugins/gcr
settings:
repo: project/foo
tags: latest
json_key:
from_secret: google_credentials
Properties
registry
stringoptionalauthenticates to this registry
Default: gcr.io
repo
stringoptionalrepository name for the image
Default: none
json_key
stringrequiredjson key - can be inline or base64 encoded
Secret recommendedDefault: none