-
Notifications
You must be signed in to change notification settings - Fork 121
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
Cannot read properties of null (reading 'date') #476
Comments
can you provide a public reproduction repo? |
@trim21 I guess this relates to what I checked in #475 (comment) where |
Done
Might take me a while but I'll try. |
did you trigger this in a PR? |
Yes, from a branch in the same repo. I've added the relevant sections of the workflow file to the issue underneath our in-house action. |
@Velyks Can you try with: uses: crazy-max/docker-metadata-action@commit-date-request |
|
thanks |
Thanks for looking into this so fast. |
need a new patch release I think |
Should be good with latest patch release. Let us know if that fixes the issue on your side 🙏 |
Contributing guidelines
I've found a bug, and:
Description
Using the v5 tag has suddenly resulted in the error "Cannot read properties of null (reading 'date')" when no date is used. Pinning to v5.5.1 seems to fix it so this probably came in with v5.6.0.
This is running Github Enterprise v3.13.6
The run options used are shown below.
Expected behaviour
It does not error.
Actual behaviour
"Cannot read properties of null (reading 'date')" is returned and it exits with an error.
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
BuildKit logs
Additional info
No response
The text was updated successfully, but these errors were encountered: