We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a839a29 commit f08b3b4Copy full SHA for f08b3b4
Taskfile_library.yaml
@@ -39,7 +39,7 @@ vars:
39
GIT_COMMIT:
40
sh: 'git rev-parse --verify HEAD || echo "unknown"'
41
BUILD_DATE:
42
- sh: 'date -u +%Y-%m-%dT%H:%M:%SZ'
+ sh: 'date -u +%Y-%m-%dT%H:%M:%SZ || echo "unknown"'
43
OS:
44
sh: echo ${OS:-$(go env GOOS)}
45
IMAGE_OS:
0 commit comments