From 6d114b5f53188b4a9bfa16da41bb2061f1d4daaf Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Mon, 12 Feb 2024 11:19:40 +0100 Subject: [PATCH] Update output timestamp SHIP Add missing `BuildTimestamp` in example. --- ships/0037-build-output-timestamp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ships/0037-build-output-timestamp.md b/ships/0037-build-output-timestamp.md index e61bc54..ab57bb6 100644 --- a/ships/0037-build-output-timestamp.md +++ b/ships/0037-build-output-timestamp.md @@ -73,7 +73,7 @@ We will extend the Build resource by an additional (Unix epoch) timestamp entry ```yaml spec: output: - timestamp: Zero | SourceTimestamp | | (null) + timestamp: Zero | SourceTimestamp | BuildTimestamp | | (null) ``` The `timestamp` entry is an optional string value field with the default being `null`. It can have multiple values that lead to different behavior: