Skip to content

Commit

Permalink
Update cloudbuild.yaml to include date in build
Browse files Browse the repository at this point in the history
Signed-off-by: Jiankun Lu <jiankun@google.com>
  • Loading branch information
jkl73 committed May 25, 2022
1 parent d300c60 commit 9c39052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ steps:
args: ['finish-image-build',
'-oem-size=500M',
'-disk-size-gb=11',
'-image-name=attest-cos-dev-${_OUTPUT_IMAGE}',
'-image-family=attest-cos-dev',
'-image-name=confidential-space-$(date +%F)-${_OUTPUT_IMAGE}',
'-image-family=confidential-space-dev',
'-image-project=${PROJECT_ID}',
'-zone=us-central1-a',
'-project=${PROJECT_ID}']
Expand Down

0 comments on commit 9c39052

Please sign in to comment.