lagren / docker-gcr-action

GitHub Action for allowing Docker to push images to Google Cloud Container Registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-gcr-action

.github/workflows/main.yml

GitHub Action for allowing Docker to push images to Google Cloud Container Regitry.

Requirements:

  • Google Service Account Key
  • Registry host (gcr.io, asia.gcr.io, eu.gcr.io, or us.gcr.io)

Example usage:

- name: Login Docker
  uses: 'lagren/docker-gcr-action@master'
  with:
    SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }}
    HOST: 'gcr.io'

About

GitHub Action for allowing Docker to push images to Google Cloud Container Registry

License:Apache License 2.0


Languages

Language:JavaScript 100.0%