docker_image_tagoptional string
The tag of the Docker image.integrationoptional Integration
Integration The integration. Required for delivering the Dockerfile to the Amazon ECR, Google GCR, Google Artifact Registry, GitHub Container Registry, Docker Hub.docker_registryoptional string
Registry type. Available values: NONE
, DOCKER_HUB
, AMAZON_ECR
, GOOGLE_GCR
, GOOGLE_ARTIFACT_REGISTRY
, GIT_HUB_CONTAINER_REGISTRY
, OTHER
. Required for GIT_HUB_CONTAINER_REGISTRY
repositoryoptional string
The location of the Docker repository.docker_build_action_idoptional integer
The ID of the action which built the desired Docker image. If set to 0, the image will be taken from previous pipeline action. Can be used instead of docker_build_action_name
.docker_build_action_nameoptional string
The name of the action which built the desired Docker image. Can be used instead of docker_build_action_id
.