Skip to content

Commit 025671c

Browse files
committed
docker --> Docker
1 parent 7f356b5 commit 025671c

File tree

2 files changed

+3
-3
lines changed
  • deployment
    • live/gcp/static-ct-staging/cloudbuild/tesseract
    • modules/gcp/artifactregistry

2 files changed

+3
-3
lines changed

deployment/live/gcp/static-ct-staging/cloudbuild/tesseract/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This directory contains terragrunt files to configure our Cloud Build pipeline(s
55
The Cloud Build pipeline is triggered when a commit in the repo is tagged with
66
`^staging-deploy-(.+)$` and is responsible for:
77

8-
1. Building the `cmd/gcp` and `cmd/gcp/staging` docker images from the last commit with a `^staging-deploy-(.+)$` tag,
9-
1. Update [staging logs'](/deployment/live/gcp/static-ct-staging/logs/) Cloud Run service with the latest docker image,
8+
1. Building the `cmd/gcp` and `cmd/gcp/staging` Docker images from the last commit with a `^staging-deploy-(.+)$` tag,
9+
1. Update [staging logs'](/deployment/live/gcp/static-ct-staging/logs/) Cloud Run service with the latest Docker image,
1010
1. Update [staging logs'](/deployment/live/gcp/static-ct-staging/logs/) infrastructure with the latest Terraform config.
1111

1212
## Initial setup

deployment/modules/gcp/artifactregistry/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "google_project_service" "artifact_registry_api" {
1717
resource "google_artifact_registry_repository" "docker" {
1818
repository_id = "docker-${var.docker_env}"
1919
location = var.location
20-
description = "Static CT docker images"
20+
description = "Static CT Docker images"
2121
format = "DOCKER"
2222
depends_on = [
2323
google_project_service.artifact_registry_api,

0 commit comments

Comments
 (0)