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 d15aa54 commit ffae4f6Copy full SHA for ffae4f6
functions/purge/handler.go
@@ -233,7 +233,7 @@ func Handle(w http.ResponseWriter, r *http.Request) {
233
// DeleteTag deletes a tag
234
func (r *RegistryClient) DeleteTag(ctx context.Context, tag *registry.Tag) error {
235
if r.config.DryRun {
236
- slog.Debug(fmt.Sprintf("[DRY RUN] Would delete tag: %s (%s)", tag.Name, tag.ID))
+ slog.Info(fmt.Sprintf("[DRY RUN] Would delete tag: %s (%s)", tag.Name, tag.ID))
237
return nil
238
}
239
0 commit comments