if len(skippedStageIDList) != 0 {
        logboek.Context(ctx).Info().LogBlock(fmt.Sprintf("Skipped tags by keep policy (%s)", s.imagesCleanupKeepPolicy.String())).Do(func() {
            for _, stageID := range skippedStageIDList {
                logboek.Context(ctx).Info().LogLn(stageID)
            }