diff --git a/hooks/src/commands/reap.ts b/hooks/src/commands/reap.ts index 8f0dab1..628a8eb 100644 --- a/hooks/src/commands/reap.ts +++ b/hooks/src/commands/reap.ts @@ -69,6 +69,7 @@ async function main(argv): Promise { continue; } + console.log("++++ status code", getResponse.statusCode); console.log("++++ headers", JSON.stringify(getResponse.headers)); const deleteURI = `https://ttl.sh/v2/${imageAndTag[0]}/manifests/${getResponse.headers.etag.replace(/"/g,"")}`;