-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix build date format for version command #1644
Conversation
Signed-off-by: cpanato <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1644 +/- ##
==========================================
- Coverage 28.28% 27.89% -0.39%
==========================================
Files 137 139 +2
Lines 7864 7972 +108
==========================================
Hits 2224 2224
- Misses 5404 5512 +108
Partials 236 236
Continue to review full report at Codecov.
|
@@ -28,7 +28,7 @@ RUNTIME_IMAGE ?= gcr.io/distroless/static | |||
GIT_TAG ?= dirty-tag | |||
GIT_VERSION ?= $(shell git describe --tags --always --dirty) | |||
GIT_HASH ?= $(shell git rev-parse HEAD) | |||
DATE_FMT = +'%Y-%m-%dT%H:%M:%SZ' | |||
DATE_FMT = +%Y-%m-%dT%H:%M:%SZ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we have that format on rekor too https://github.com/sigstore/rekor/blob/main/Makefile#L33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it sounds like it needs to be changed there too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, was doing that :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Signed-off-by: cpanato <[email protected]>
Summary
Ticket Link
n/a
Release Note