Skip to content

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

License

Notifications You must be signed in to change notification settings

lagren/docker-gcr-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published