Skip to content

japerry911/build-push-docker-gcp-artifact-registry-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

11 Commits
 
 
 
 
 
 

Repository files navigation

Build/Push Docker GCP Artifact Registry Action

Summary

This action's job is to build a Docker image, and then push it to GCP's Artifact Registry. It also has chacing enabled, and caches files in GitHub Actions.

Inputs

gcp_credentials_json
  • This is the GCP Credentials JSON. It is recommended to store the value feeding this input in GitHub secrets.
docker_target
  • This is the specified Docker target for Docker build command.
tags
  • This is the full image name/tag to give Docker image.
build_args
  • Key-value pairs that will be exported in docker build-args command.

About

Github Action for Building/Pushing Docker Image to Artifact Registry

Resources

Stars

Watchers

Forks

Packages

No packages published