Drone 插件市场 > Google Container Registry
google_gcr.svg

Google Container Registry

by drone-plugins

None

GCR 插件可用于构建容器镜像并将其发布到 Google Container Registry。

YAML 配置示例

kind: pipeline
name: default

steps:
- name: publish  
  image: plugins/gcr
  settings:
    repo: project/foo
    tags: latest
    json_key:
      from_secret: google_credentials

字段属性说明

  • registry

    string可选项

    对该注册表进行认证

    默认值:gcr.io

  • repo

    string可选项

    容器镜像的存储库名称

    默认值:none

  • json_key

    string必填项

    json key - 可以内联或 base64 编码

    推荐使用密钥 (Secret) 功能

    默认值:none

  • workload_identity

    boolean可选项

    如果密钥是工作负载身份密钥,则

    默认值:false