GoogleCloudPlatform / gcr-cleaner

Delete untagged image refs in Google Container Registry or Artifact Registry
Apache License 2.0
805 stars 112 forks source link

cannot unmarshal string into Go struct field #7

Closed WLun001 closed 4 years ago

WLun001 commented 4 years ago

Hitting this error when i post the following params

{
    "repo": "asia.gcr.io/PROJECT_ID/IMAGE",
    "grace": "10h",
    "allow_tagged": true
}
{"error":"failed to decode payload as JSON: json: cannot unmarshal string into Go struct field Payload.grace of type time.Duration"}