Skip to content

build-push-docker-gcp-artifact-registry-action

Actions
Build and push a Docker image to Google Cloud Artifact Registry
v2.3
Latest
Star (2)

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.
dockerfile_path
  • This is the path to the Dockerfile.
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.

build-push-docker-gcp-artifact-registry-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Build and push a Docker image to Google Cloud Artifact Registry
v2.3
Latest

build-push-docker-gcp-artifact-registry-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.