File tree 2 files changed +6
-6
lines changed
deployment/modules/gcp/cloudbuild
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,16 @@ resource "google_cloudbuild_trigger" "build_trigger" {
75
75
]
76
76
}
77
77
78
- # # Build the SCTFE GCP Docker image.
78
+ # # Build TesseraCT GCP Docker image.
79
79
# # This will be used by the building the conformance Docker image which includes
80
80
# # the test data.
81
81
step {
82
82
id = " docker_build_sctfe_gcp"
83
83
name = " gcr.io/cloud-builders/docker"
84
84
args = [
85
85
" build" ,
86
- " -t" , " sctfe -gcp:$SHORT_SHA" ,
87
- " -t" , " sctfe -gcp:latest" ,
86
+ " -t" , " tesseract -gcp:$SHORT_SHA" ,
87
+ " -t" , " tesseract -gcp:latest" ,
88
88
" -f" , " ./cmd/gcp/Dockerfile" ,
89
89
" ."
90
90
]
Original file line number Diff line number Diff line change @@ -60,16 +60,16 @@ resource "google_cloudbuild_trigger" "build_trigger" {
60
60
}
61
61
62
62
build {
63
- # # Build the SCTFE GCP Docker image.
63
+ # # Build TesseraCT GCP Docker image.
64
64
# # This will be used by the building the conformance Docker image which includes
65
65
# # the test data.
66
66
step {
67
67
id = " docker_build_sctfe_gcp"
68
68
name = " gcr.io/cloud-builders/docker"
69
69
args = [
70
70
" build" ,
71
- " -t" , " sctfe -gcp:$SHORT_SHA" ,
72
- " -t" , " sctfe -gcp:latest" ,
71
+ " -t" , " tesseract -gcp:$SHORT_SHA" ,
72
+ " -t" , " tesseract -gcp:latest" ,
73
73
" -f" , " ./cmd/gcp/Dockerfile" ,
74
74
" ."
75
75
]
You can’t perform that action at this time.
0 commit comments