Skip to content

Commit b0bc8f2

Browse files
committed
fix: Specify logging in Cloud Build
1 parent d9f571d commit b0bc8f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cloudbuild.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
steps:
22
- name: 'usuba:latest'
3-
args: ['build', '-t', 'usuba:latest', '-f', './rust/usuba/Dockerfile', '.']
3+
args: ['build', '-t', 'usuba:latest', '-f', './rust/usuba/Dockerfile', '.']
4+
options:
5+
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)