Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCR Buildkite Plugin

This is designed to run with Buildkite Agent v3.x beta. Plugins are not yet supported in Buildkite Agent v2.x.

Login to GCR in your build steps.

This is derived from the ECR login plugin

Expects BUILDKITE_PLUGIN_GCR_JSON_KEY to be populated from your pipelines secrets. See: https://github.com/buildkite-plugins/s3-secrets-buildkite-plugin

Also see if https://github.com/buildkite-plugins/docker-login-buildkite-plugin works for you.

Example

This will login docker to GCR prior to running your script.

steps:
  - command: ./run_build.sh
    plugins:
      - mikeknox/gcr#v1.0.1:
        login: true

Options

login

Whether to login to GCR.

License

MIT (see LICENSE)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages